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