WorksheetTableArea
Represents the various areas which can have a format applied at the table level.
Enumeration Members
Section titled "Enumeration Members"DataArea
Section titled "DataArea"The format is applied to the data area of the table.
DataArea = 1 HeaderRow
Section titled "HeaderRow"The format is applied to the header row of the table. All but the top border properties can be set on this area format. Setting the top border properties will cause an exception.
HeaderRow = 2 TotalsRow
Section titled "TotalsRow"The format is applied to the totals row of the table. All but the bottom border properties can be set on this area format. Setting the bottom border properties will cause an exception.
TotalsRow = 3 WholeTable
Section titled "WholeTable"The format is applied to the entire table. Only the outer border properties can be set on this area format. Setting any other will cause an exception.
WholeTable = 0