Class
GridViewExcelMLVisualExportParameters

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

ExcelMLDataType?

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

double?

The height of the row.

StyleId

Gets or sets the style id.

Declaration

cs-api-definition
public string StyleId { get; set; }

Property Value

string

The style id.