XlsRange
UngroupByRows Method
|
Ungroups row.
Namespace:
Spire.Xls.Core.Spreadsheet
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public CellRange UngroupByRows()
Public Function UngroupByRows As CellRange
public:
CellRange^ UngroupByRows()
member UngroupByRows : unit -> CellRange
Return Value
Type:
CellRange
See Also