Class
GridExcelExportColumn

Represents an excel exportable column.

Definition

Namespace:Telerik.Blazor.Components.Grid

Assembly:Telerik.Blazor.dll

Syntax:

cs-api-definition
public class GridExcelExportColumn : GridSpreadsheetExportColumn

Inheritance: objectGridSpreadsheetExportColumnGridExcelExportColumn

Inherited Members GridSpreadsheetExportColumn.TitleGridSpreadsheetExportColumn.Field

Constructors

GridExcelExportColumn()

Declaration

cs-api-definition
public GridExcelExportColumn()

Properties

NumberFormat

Applies Excel-compatible number formatting to column values in the export. Use Excel number format codes, not .NET format strings. Examples: "0.00" for decimals, "#,##0" for thousands separator, "mm/dd/yyyy" for dates.

Declaration

cs-api-definition
public string NumberFormat { get; set; }

Property Value

string

Width

Sets the column width in the exported Excel file. Use pixel values (e.g., "100px") to control how wide the column appears in Excel.

Declaration

cs-api-definition
public string Width { get; set; }

Property Value

string