Resets row count and column count.
Namespace: Spire.Spreadsheet.FormsAssembly: Spire.Spreadsheet (in Spire.Spreadsheet.dll) Version: 3.7.1.8020
Syntax
| C# | Visual Basic | Visual C++ | F# |
void Resize( int rows, int cols )
Sub Resize ( rows As Integer, cols As Integer )
void Resize( int rows, int cols )
abstract Resize : rows : int * cols : int -> unit