Méthode | Description | |
---|---|---|
CreateSpreadsheetTable ( AODL document, string tableName, string styleName ) : |
Create a spreadsheet table.
|
|
CreateTextDocumentTable ( AODL document, string tableName, string styleName, int rows, int columns, double width, bool useTableRowHeader, bool useBorder ) : |
Creates the text document table.
|
Méthode | Description | |
---|---|---|
GetColumnCellWidth ( int columns, double tableWith ) : string |
Gets the width of the column cell.
|
public static CreateSpreadsheetTable ( AODL document, string tableName, string styleName ) : |
||
document | AODL | The document. |
tableName | string | Name of the table. |
styleName | string | Name of the style. |
Résultat |
public static CreateTextDocumentTable ( AODL document, string tableName, string styleName, int rows, int columns, double width, bool useTableRowHeader, bool useBorder ) : |
||
document | AODL | The document. |
tableName | string | Name of the table. |
styleName | string | Name of the style. |
rows | int | The rows. |
columns | int | The columns. |
width | double | The width. |
useTableRowHeader | bool | if set to |
useBorder | bool | The useBorder. |
Résultat |