ClassGridViewSpreadStreamExportGroupRowInfo
Class
Represents a group row info in the GridViewSpreadStreamExport.
Definition
Namespace:Telerik.WinControls.Export
Assembly:Telerik.WinControls.GridView.dll
Syntax:
cs-api-definition
public class GridViewSpreadStreamExportGroupRowInfo : GridViewSpreadStreamExportRowInfo, IGridViewSpreadExportRowInfoBase
Inheritance: objectGridViewSpreadStreamExportRowInfoGridViewSpreadStreamExportGroupRowInfo
Implements:
Inherited Members
Constructors
GridViewSpreadStreamExportGroupRowInfo(IList<IGridViewSpreadStreamExportCellInfo>, int, bool, int, double, int)
Initializes a new instance of the GridViewSpreadStreamExportGroupRowInfo class.
Declaration
cs-api-definition
public GridViewSpreadStreamExportGroupRowInfo(IList<IGridViewSpreadStreamExportCellInfo> cellInfos, int indent, bool exportAsHidden, int hierarchyLevel, double height, int columnSpan)
Parameters
cellInfos
IList<IGridViewSpreadStreamExportCellInfo>
The cell infos.
indent
The indent.
exportAsHidden
The export as hidden.
hierarchyLevel
The hierarchy level.
height
The height.
columnSpan
The column span.
Properties
ColumnSpan
Gets or sets the column span.
Declaration
cs-api-definition
public int ColumnSpan { get; set; }
Property Value
The column span.