Class
GridViewSpreadStreamExportGroupRowInfo

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

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

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

int

The indent.

exportAsHidden

bool

The export as hidden.

hierarchyLevel

int

The hierarchy level.

height

double

The height.

columnSpan

int

The column span.

Properties

ColumnSpan

Gets or sets the column span.

Declaration

cs-api-definition
public int ColumnSpan { get; set; }

Property Value

int

The column span.