New to Telerik UI for WPFStart a free 30-day trial

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; }
Property Value:

The type of the data.

Gets or sets the height of the row.

C#
public double? RowHeight { get; set; }
Property Value:

The height of the row.

Gets or sets the style id.

C#
public string StyleId { get; set; }
Property Value:

The style id.