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