Class GridViewExcelMLVisualExportParameters
Defines visual export parameters for ExcelML.
Inheritance
System.Object
GridViewExcelMLVisualExportParameters
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.GridView.dll
Syntax
public class GridViewExcelMLVisualExportParameters
Constructors
GridViewExcelMLVisualExportParameters()
Declaration
public GridViewExcelMLVisualExportParameters()
Properties
DataType
Gets or sets the data type of a given cell.
Declaration
public 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 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. |