New to Telerik UI for WinFormsStart a free 30-day trial

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: IGridViewSpreadExportRowInfoBase

Inherited Members GridViewSpreadStreamExportRowInfo.CellInfosGridViewSpreadStreamExportRowInfo.IndentCellsGridViewSpreadStreamExportRowInfo.ExportAsHiddenGridViewSpreadStreamExportRowInfo.HierarchyLevelGridViewSpreadStreamExportRowInfo.Height

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)
Parameters:cellInfosIList<IGridViewSpreadStreamExportCellInfo>

The cell infos.

indentint

The indent.

exportAsHiddenbool

The export as hidden.

hierarchyLevelint

The hierarchy level.

heightdouble

The height.

columnSpanint

The column span.

Properties

Gets or sets the column span.

C#
public int ColumnSpan { get; set; }
Property Value:

The column span.