ClassGridViewExcelMLVisualExportParameters
Class
Defines visual export parameters for ExcelML.
Definition
Namespace:Telerik.Windows.Controls
Assembly:Telerik.Windows.Controls.GridView.dll
Syntax:
cs-api-definition
public class GridViewExcelMLVisualExportParameters
Inheritance: objectGridViewExcelMLVisualExportParameters
Constructors
GridViewExcelMLVisualExportParameters()
Declaration
cs-api-definition
public GridViewExcelMLVisualExportParameters()
Properties
DataType
Gets or sets the data type of a given cell.
Declaration
cs-api-definition
public ExcelMLDataType? DataType { get; set; }
Property Value
The type of the data.
RowHeight
Gets or sets the height of the row.
Declaration
cs-api-definition
public double? RowHeight { get; set; }
Property Value
The height of the row.