public enum WorksheetTableStyleArea : System.Enum
Member | Description |
---|---|
AlternateColumnStripe | The format is applied to the even numbered column stripes in the table. |
AlternateRowStripe | The format is applied to the even numbered row stripes in the table. |
ColumnStripe | The format is applied to the odd numbered column stripes in the table. |
FirstColumn | The format is applied to the first column in the table. |
FirstHeaderCell | The format is applied to the first header cell in the table. |
FirstTotalCell | The format is applied to the first total cell in the table. |
HeaderRow | The format is applied to the header row in the table. |
LastColumn | The format is applied to the last column in the table. |
LastHeaderCell | The format is applied to the last header cell in the table. |
LastTotalCell | The format is applied to the last total cell in the table. |
RowStripe | The format is applied to the odd numbered row stripes in the table. |
TotalRow | The format is applied to the totals row in the table. |
WholeTable | The format is applied to the entire table. |
Note: Only certain properties can be set on the table style are formats. The are as follows:
Setting any other format or font properties on the table style areas will cause an exception.Target Platforms: Android 4.4+, iOS 8+
Development Environments: Visual Studio 2015+, Visual Studio for Mac Preview, Xamarin for Visual Studio 4.2+