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 Grid
Declaration
public GridViewSpreadStreamExportRowInfo(IList<IGridViewSpreadStreamExportCellInfo> cellInfos, int indent, bool exportAsHidden, int hierarchyLevel, double height)
Parameters
System. The cell infos. |
System. The indent. |
System. The export as hidden. |
System. The hierarchy level. |
System. The height. |
Properties
CellInfos
Gets or sets the cell infos.
Declaration
public IList<IGridViewSpreadStreamExportCellInfo> CellInfos { get; set; }
Property Value
System. The cell infos. |
ExportAsHidden
Gets or sets the export as hidden.
Declaration
public bool ExportAsHidden { get; set; }
Property Value
System. The export as hidden. |
Implements
Height
Gets or sets the height.
Declaration
public double Height { get; set; }
Property Value
System. The height. |
HierarchyLevel
Gets or sets the hierarchy level.
Declaration
public int HierarchyLevel { get; set; }
Property Value
System. The hierarchy level. |
Implements
IndentCells
Gets or sets the indent cells.
Declaration
public int IndentCells { get; set; }
Property Value
System. The indent cells. |