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

Represents a row info in the GridViewSpreadStreamExport.

Definition

Namespace:Telerik.WinControls.Export

Assembly:Telerik.WinControls.GridView.dll

Syntax:

C#
public class GridViewSpreadStreamExportRowInfo : IGridViewSpreadExportRowInfoBase

Inheritance: objectGridViewSpreadStreamExportRowInfo

Derived Classes: GridViewSpreadStreamExportGroupRowInfo

Implements: IGridViewSpreadExportRowInfoBase

Constructors

Initializes a new instance of the GridViewSpreadStreamExportRowInfo class.

C#
public GridViewSpreadStreamExportRowInfo(IList<IGridViewSpreadStreamExportCellInfo> cellInfos, int indent, bool exportAsHidden, int hierarchyLevel, double height)
Parameters:cellInfosIList<IGridViewSpreadStreamExportCellInfo>

The cell infos.

indentint

The indent.

exportAsHiddenbool

The export as hidden.

hierarchyLevelint

The hierarchy level.

heightdouble

The height.

Properties

CellInfos

IList<IGridViewSpreadStreamExportCellInfo>

Gets or sets the cell infos.

C#
public IList<IGridViewSpreadStreamExportCellInfo> CellInfos { get; set; }
Property Value:

The cell infos.

Gets or sets the export as hidden.

C#
public bool ExportAsHidden { get; set; }
Property Value:

The export as hidden.

Implements: IGridViewSpreadExportRowInfoBase.ExportAsHidden

Gets or sets the height.

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

The height.

Gets or sets the hierarchy level.

C#
public int HierarchyLevel { get; set; }
Property Value:

The hierarchy level.

Implements: IGridViewSpreadExportRowInfoBase.HierarchyLevel

Gets or sets the indent cells.

C#
public int IndentCells { get; set; }
Property Value:

The indent cells.

Implements: IGridViewSpreadExportRowInfoBase.IndentCells