| 
ITable
ResetCells Method (Int32, Int32, RowFormat, Single)
  | 
 Resets rows / columns numbers.
 Namespace:
 Spire.Doc.Interface
 Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
 Syntax
Syntax
 
 
void ResetCells(
	int rowsNum,
	int columnsNum,
	RowFormat format,
	float cellWidth
)
 
Sub ResetCells ( 
	rowsNum As Integer,
	columnsNum As Integer,
	format As RowFormat,
	cellWidth As Single
)
 
void ResetCells(
	int rowsNum, 
	int columnsNum, 
	RowFormat^ format, 
	float cellWidth
)
 
abstract ResetCells : 
rowsNum : int * 
columnsNum : int * 
format : RowFormat * 
cellWidth : float32 -> unit 
 
 
 
Parameters
 
- 
rowsNum
 
- 
 Type:
 
System
Int32
 
 The rows num.
- 
columnsNum
 
- 
 Type:
 
System
Int32
 
 The columns num.
- 
format
 
- 
 Type:
 
Spire.Doc.Formatting
RowFormat
 
 The format.
- 
cellWidth
 
- 
 Type:
 
System
Single
 
 Width of the cell.
 
 See Also
See Also