Class ExcelExportableColumn
Represents an excel exportable column.
Inheritance
System.Object
ExcelExportableColumn
Namespace: Telerik.Blazor.Common.Export.Excel
Assembly: Telerik.Blazor.dll
Syntax
public class ExcelExportableColumn : Object
Constructors
ExcelExportableColumn()
Declaration
public ExcelExportableColumn()
Properties
Field
The data bound field of the column.
Declaration
public string Field { get; set; }
Property Value
System.String
|
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
public string NumberFormat { get; set; }
Property Value
System.String
|
Title
The title of the column.
Declaration
public string Title { get; set; }
Property Value
System.String
|
Width
The width of the column in pixels.
Declaration
public string Width { get; set; }
Property Value
System.String
|