Ungroups rows.
Namespace: Spire.Spreadsheet.FormsAssembly: Spire.Spreadsheet (in Spire.Spreadsheet.dll) Version: 3.7.1.8020
Syntax
| C# | Visual Basic | Visual C++ | F# |
void UngroupRows( int firstRow, int count )
Sub UngroupRows ( firstRow As Integer, count As Integer )
void UngroupRows( int firstRow, int count )
abstract UngroupRows : firstRow : int * count : int -> unit