ITable
AddRow Method (Boolean, Boolean)
|
Adds a row to table with copy format option
Namespace:
Spire.Doc.Interface
Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
TableRow AddRow(
bool isCopyFormat,
bool autoPopulateCells
)
Function AddRow (
isCopyFormat As Boolean,
autoPopulateCells As Boolean
) As TableRow
TableRow^ AddRow(
bool isCopyFormat,
bool autoPopulateCells
)
abstract AddRow :
isCopyFormat : bool *
autoPopulateCells : bool -> TableRow
Parameters
-
isCopyFormat
-
Type:
System
Boolean
Indicates whether copy format from previous row or not
-
autoPopulateCells
-
Type:
System
Boolean
if it specifies auto populate cells, set to
true
.
Return Value
Type:
TableRow
See Also