Table Class |
Namespace: Aceoffix.WordWriter
The Table type exposes the following members.
Name | Description | |
---|---|---|
![]() | InsertRowAfter |
Inserts new rows below the row with the specified cell.
|
![]() ![]() | OpenCellRC |
Opens the specified cell and returns a Cell object.
|
![]() | OpenColumn |
Opens the specified column and returns a column object.
|
![]() | OpenRow |
Opens the specified row and returns a row object.
|
![]() | RemoveRowAt |
Removes the row with the specified cell.
|
![]() | SetRowsHeight(Single) |
Sets the height of all rows in the Table.
|
![]() | SetRowsHeight(Single, WdRowHeightRule) |
Sets the height of all rows in the Table.
|
Name | Description | |
---|---|---|
![]() | Border |
Gets the border object.
|
![]() | Index |
Gets the index of the table.
|
![]() | PreferredWidth |
Sets the width of the table. Whether the table width is in points or in percent depends on the value of PreferredWidthType.
|
![]() | PreferredWidthType |
The preferred width type used to set width.
|