XlsRangesCollection
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.Spreadsheet.Collections
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public int RowGroupLevel { get; }
Public ReadOnly Property RowGroupLevel As Integer
Get
public:
virtual property int RowGroupLevel {
int get () sealed;
}
abstract RowGroupLevel : int with get
override RowGroupLevel : int with get
Property Value
Type:
Int32
Implements
IXLSRange
RowGroupLevel
See Also