XlsWorksheet UngroupByRows Method |
Namespace: Spire.Xls.Core.Spreadsheet
public CellRange UngroupByRows( int firstRow, int lastRow )
Public Function UngroupByRows ( firstRow As Integer, lastRow As Integer ) As CellRange
public: CellRange^ UngroupByRows( int firstRow, int lastRow )
member UngroupByRows : firstRow : int * lastRow : int -> CellRange