Namespace: Spire.Spreadsheet.Forms
Assembly: Spire.Spreadsheet (in Spire.Spreadsheet.dll) Version: 5.6.1.0 (5.6.1.7020)

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 

Parameters

rows
Int32
cols
Int32

See Also