Table
Oversigt over de forskellige former for støtte
Table er en klasse i Aspose.Cells for Python.
Repræsenterede en Excel-struktureret tabel (ECMA-376 §18.5).
Metoder til at anvende
| Name | Type | Access | Description |
|---|---|---|---|
name | `` | Read | Gets the name. |
display_name | `` | Read | Gets the display name. |
ref | `` | Read | Gets the ref. |
has_headers | `` | Read | Gets the has headers. |
show_totals_row | `` | Read | Gets the show totals row. |
show_auto_filter | `` | Read | Gets the show auto filter. |
table_style_info | `` | Read | Gets the table style info. |
columns | list | Read | Gets the columns. |
| Signature | Description |
|---|---|
__init__(name: str, ref: str, has_headers: bool) | |
copy() |