Name | Description | |
---|---|---|
![]() | FormTable Constructor | Initializes a new instance of the FormTable class. |
The following tables list the members exposed by FormTable.
Name | Description | |
---|---|---|
![]() | FormTable Constructor | Initializes a new instance of the FormTable class. |
Name | Description | |
---|---|---|
![]() | ColumnHeaders | Gets the list of FormTableColumnHeader objects. |
![]() | Name | Gets the table name as defined in the FormTableDefinition with which this table is associated. |
![]() | Rows | Gets the list of FormTableRow objects. |
![]() | Tag | Gets and sets a user-definable object. |
![]() | UserValidated | Gets and sets the flag that indicates whether a user has validated this table. |
Name | Description | |
---|---|---|
![]() | ClearColumn | Clears all cell values in the specified column. |
![]() | GetArea | Gets a list of rectangular areas this table covers on the Document. |
![]() | InsertRow | Inserts a new row into the table. |
![]() | RemoveRow | Removes a row from the table. |
![]() | SetCell | Sets a new cell for this table. |
![]() | SetColumnHeader | Sets a new column header for the specified column. |