Class GridViewSpreadStreamExportGroupRowInfo
Represents a group row info in the GridViewSpreadStreamExport.
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinControls.Export
Assembly: Telerik.WinControls.GridView.dll
Syntax
public class GridViewSpreadStreamExportGroupRowInfo : GridViewSpreadStreamExportRowInfo, IGridViewSpreadExportRowInfoBase
Constructors
GridViewSpreadStreamExportGroupRowInfo(IList<IGridViewSpreadStreamExportCellInfo>, Int32, Boolean, Int32, Double, Int32)
Initializes a new instance of the GridViewSpreadStreamExportGroupRowInfo class.
Declaration
public GridViewSpreadStreamExportGroupRowInfo(IList<IGridViewSpreadStreamExportCellInfo> cellInfos, int indent, bool exportAsHidden, int hierarchyLevel, double height, int columnSpan)
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. |
System.Int32
columnSpan
The column span. |
Properties
ColumnSpan
Gets or sets the column span.
Declaration
public int ColumnSpan { get; set; }
Property Value
System.Int32
The column span. |