Click or drag to resize

Table ResetCells Method (Int32, Int32)

Resets rows / columns numbers.

Namespace: Spire.Doc
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public void ResetCells(
	int rowsNum,
	int columnsNum
)

Parameters

rowsNum
Type: System Int32
The rows number.
columnsNum
Type: System Int32
The columns number.

Implements

ITable ResetCells(Int32, Int32)
See Also