ClassGridExcelExportColumn
Class
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
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.