IXLSRange
RowGroupLevel Property
|
Row group level. Read-only.
-1 - Not all rows in the range have same group level.
0 - No grouping,
1 - 7 - Group level.
Namespace:
Spire.Xls.Core
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
int RowGroupLevel { get; }
ReadOnly Property RowGroupLevel As Integer
Get
property int RowGroupLevel {
int get ();
}
abstract RowGroupLevel : int with get
Property Value
Type:
Int32
See Also