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