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