[]
Represents styles that can be applied to a table.
public interface ITableStyles
Public Interface ITableStyles
Table styles replaces the existing auto format feature for formatting an entire table.
| Name | Description |
|---|---|
| Count | Gets the number of objects in the collection. |
| CustomStyleStartIndex | Gets the starting index of custom style(s). |
| this[BuiltInSlicerStyles] | Gets the ITableStyle with the specified slicer style name. |
| this[BuiltInTableStyles] | Gets the GrapeCity.Spreadsheet.TableStyle with the specified table style name. |
| this[int] | Gets the GrapeCity.Spreadsheet.TableStyle at the specified index. |
| this[string] | Gets the GrapeCity.Spreadsheet.TableStyle with the specified table style name. |
| Name | Description |
|---|---|
| Add(string) | Creates a new GrapeCity.Spreadsheet.TableStyle object and adds it to the collection. |