Namespace: Spire.Doc.Interface
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 9.6.1.0 (9.6.1.3020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
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
Boolean
autoPopulateCells
Boolean

Return Value

TableRow

See Also