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
)
Public Sub ResetCells (
rowsNum As Integer,
columnsNum As Integer,
format As RowFormat,
cellWidth As Single
)
public:
virtual void ResetCells(
int rowsNum,
int columnsNum,
RowFormat^ format,
float cellWidth
) sealed
abstract ResetCells :
rowsNum : int *
columnsNum : int *
format : RowFormat *
cellWidth : float32 -> unit
override 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
-
cellWidth
-
Type:
System
Single
Width of the cell.
Implements
ITable
ResetCells(Int32, Int32, RowFormat, Single)
See Also