Click or drag to resize

ITable ResetCells Method (Int32, Int32)

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
void ResetCells(
	int rowsNum,
	int columnsNum
)

Parameters

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