Class
GridViewSpreadStreamExportRowInfo

Represents a row info in the GridViewSpreadStreamExport.

Definition

Namespace:Telerik.WinControls.Export

Assembly:Telerik.WinControls.GridView.dll

Syntax:

cs-api-definition
public class GridViewSpreadStreamExportRowInfo : IGridViewSpreadExportRowInfoBase

Inheritance: objectGridViewSpreadStreamExportRowInfo

Derived Classes: GridViewSpreadStreamExportGroupRowInfo

Implements: IGridViewSpreadExportRowInfoBase

Constructors

GridViewSpreadStreamExportRowInfo(IList<IGridViewSpreadStreamExportCellInfo>, int, bool, int, double)

Initializes a new instance of the GridViewSpreadStreamExportRowInfo class.

Declaration

cs-api-definition
public GridViewSpreadStreamExportRowInfo(IList<IGridViewSpreadStreamExportCellInfo> cellInfos, int indent, bool exportAsHidden, int hierarchyLevel, double height)

Parameters

cellInfos

IList<IGridViewSpreadStreamExportCellInfo>

The cell infos.

indent

int

The indent.

exportAsHidden

bool

The export as hidden.

hierarchyLevel

int

The hierarchy level.

height

double

The height.

Properties

CellInfos

Gets or sets the cell infos.

Declaration

cs-api-definition
public IList<IGridViewSpreadStreamExportCellInfo> CellInfos { get; set; }

Property Value

IList<IGridViewSpreadStreamExportCellInfo>

The cell infos.

ExportAsHidden

Gets or sets the export as hidden.

Declaration

cs-api-definition
public bool ExportAsHidden { get; set; }

Property Value

bool

The export as hidden.

Implements IGridViewSpreadExportRowInfoBase.ExportAsHidden

Height

Gets or sets the height.

Declaration

cs-api-definition
public double Height { get; set; }

Property Value

double

The height.

HierarchyLevel

Gets or sets the hierarchy level.

Declaration

cs-api-definition
public int HierarchyLevel { get; set; }

Property Value

int

The hierarchy level.

Implements IGridViewSpreadExportRowInfoBase.HierarchyLevel

IndentCells

Gets or sets the indent cells.

Declaration

cs-api-definition
public int IndentCells { get; set; }

Property Value

int

The indent cells.

Implements IGridViewSpreadExportRowInfoBase.IndentCells