A collection of standard instances which can be applied to a in a .
Inheritance
object
Implements
- IEnumerable<WorksheetTableStyle>
- IEnumerable
Properties
Section titled "Properties"Count
Section titled "Count"Gets the number of custom instances in the collection.
public int Count { get; } this[int]
Section titled "this[int]"Gets the at the specified index.
public WorksheetTableStyle this[int index] { get; } this[string]
Section titled "this[string]"Gets the with the specified name.
public WorksheetTableStyle this[string name] { get; }