Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+
Row

Column.GroupLevel Property

Gets the grouping level of the affected column.

Namespace: DevExpress.Spreadsheet

Assembly: DevExpress.Spreadsheet.v20.2.Core.dll

Declaration

int GroupLevel { get; }

Property Value

Type Description
Int32

An integer that specifies the grouping level of the column. This value is between 0 and 7.

See Also