Click or drag to resize

Table ResetCells Method (Int32, Int32, RowFormat, Single)

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,
	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
cellWidth
Type: System Single
Width of the cell.

Implements

ITable ResetCells(Int32, Int32, RowFormat, Single)
See Also