Click or drag to resize

Table AddRow Method

Overload List
Name Description
Public method AddRow
Adds a row to table
Public method AddRow(Boolean)
Adds new row to table.
Public method AddRow(Int32)
Adds a row to table with copy format from the current last row, and then add columnsNum cells to the new row.
Public method AddRow(Boolean, Boolean)
Adds a row to table with copy format option
Public method AddRow(Boolean, Int32)
Adds a row to table with copy format option
Top
See Also