Class GridViewExcelMLVisualExportParameters
Defines visual export parameters for ExcelML.
Inheritance
System.Object
GridViewExcelMLVisualExportParameters
Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.GridView.dll
Syntax
public class GridViewExcelMLVisualExportParameters : Object
Constructors
GridViewExcelMLVisualExportParameters()
Declaration
public GridViewExcelMLVisualExportParameters()
Properties
DataType
Gets or sets the data type of a given cell.
Declaration
public Nullable<ExcelMLDataType> DataType { get; set; }
Property Value
System.Nullable<ExcelMLDataType>
The type of the data. |
RowHeight
Gets or sets the height of the row.
Declaration
public Nullable<double> RowHeight { get; set; }
Property Value
System.Nullable<System.Double>
The height of the row. |
StyleId
Gets or sets the style id.
Declaration
public string StyleId { get; set; }
Property Value
System.String
The style id. |