[]
        
Represents the style settings for a table.
[Flags]
public enum TableStyleSettings
  <Flags>
Public Enum TableStyleSettings
  | Name | Description | 
|---|---|
| ColumnStripes | Indicates whether column stripe formatting is applied.  | 
      
| FirstColumn | Indicates whether the first column in the table should have the style applied.  | 
      
| LastColumn | Indicates whether the last column in the table should have the style applied.  | 
      
| None | Indicates that there is no style applied.  | 
      
| RowStripes | Indicates whether row stripe formatting is applied.  |