ClassGridViewSpreadStreamExportRowInfo
Represents a row info in the GridViewSpreadStreamExport.
Definition
Namespace:Telerik.WinControls.Export
Assembly:Telerik.WinControls.GridView.dll
Syntax:
public class GridViewSpreadStreamExportRowInfo : IGridViewSpreadExportRowInfoBase
Inheritance: objectGridViewSpreadStreamExportRowInfo
Derived Classes:
Implements:
Constructors
GridViewSpreadStreamExportRowInfo(IList<IGridViewSpreadStreamExportCellInfo>, int, bool, int, double)
Initializes a new instance of the GridViewSpreadStreamExportRowInfo class.
Declaration
public GridViewSpreadStreamExportRowInfo(IList<IGridViewSpreadStreamExportCellInfo> cellInfos, int indent, bool exportAsHidden, int hierarchyLevel, double height)
Parameters
cellInfos
IList<IGridViewSpreadStreamExportCellInfo>
The cell infos.
indent
The indent.
exportAsHidden
The export as hidden.
hierarchyLevel
The hierarchy level.
height
The height.
Properties
CellInfos
Gets or sets the cell infos.
Declaration
public IList<IGridViewSpreadStreamExportCellInfo> CellInfos { get; set; }
Property Value
IList<IGridViewSpreadStreamExportCellInfo>
The cell infos.
ExportAsHidden
Gets or sets the export as hidden.
Declaration
public bool ExportAsHidden { get; set; }
Property Value
The export as hidden.
Implements
Height
Gets or sets the height.
HierarchyLevel
Gets or sets the hierarchy level.
Declaration
public int HierarchyLevel { get; set; }
Property Value
The hierarchy level.
Implements
IndentCells
Gets or sets the indent cells.
Declaration
public int IndentCells { get; set; }
Property Value
The indent cells.
Implements