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

Specifies a number format for the content cells. .NET format strings are not directly compatible with Excel number formats, thus Excel-compatible number format should be used.

Declaration

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

Property Value

string

Width

The width of the column in pixels.

Declaration

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

Property Value

string