TTableStyleType Enumeration
Defines the part of the table for which a tablestyle applies.
Syntax
Unit: FlexCel.Core
Members
Name |
Value |
Description |
WholeTable |
0 |
|
HeaderRow |
1 |
|
TotalRow |
2 |
|
FirstColumn |
3 |
|
LastColumn |
4 |
|
FirstRowStripe |
5 |
|
SecondRowStripe |
6 |
|
FirstColumnStripe |
7 |
|
SecondColumnStripe |
8 |
|
FirstHeaderCell |
9 |
|
LastHeaderCell |
10 |
|
FirstTotalCell |
11 |
|
LastTotalCell |
12 |
|
FirstSubtotalColumn |
13 |
|
SecondSubtotalColumn |
14 |
|
ThirdSubtotalColumn |
15 |
|
FirstSubtotalRow |
16 |
|
SecondSubtotalRow |
17 |
|
ThirdSubtotalRow |
18 |
|
BlankRow |
19 |
|
FirstColumnSubheading |
20 |
|
SecondColumnSubheading |
21 |
|
ThirdColumnSubheading |
22 |
|
FirstRowSubheading |
23 |
|
SecondRowSubheading |
24 |
|
ThirdRowSubheading |
25 |
|
PageFieldLabels |
26 |
|
PageFieldValues |
27 |
|