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 Grid
Declaration
public GridViewSpreadStreamExportGroupRowInfo(IList<IGridViewSpreadStreamExportCellInfo> cellInfos, int indent, bool exportAsHidden, int hierarchyLevel, double height, int columnSpan)
Parameters
System. The cell infos. |
System. The indent. |
System. The export as hidden. |
System. The hierarchy level. |
System. The height. |
System. The column span. |
Properties
ColumnSpan
Gets or sets the column span.
Declaration
public int ColumnSpan { get; set; }
Property Value
System. The column span. |