Click or drag to resize

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

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