TableStyleOptions Enum
Specifies which table style special formats are applied to a table.
Fields
| All | Apply all special formatting. |
| BandedColumns | Apply special formatting in which even columns are formatted differently from odd columns. |
| BandedRows | Apply special formatting in which even rows are formatted differently from odd rows. |
| FirstColumn | Apply special formatting for the first column of the specified table. |
| FirstRow | Apply special formatting for the first row of the specified table. |
| LastColumn | Apply special formatting for the last column of the specified table. |
| LastRow | Apply special formatting for the last row of the specified table. |
| None | Do not apply any special formatting. |