A collection of standard instances which can be applied to a in a .

Inheritance

Implements
  • IEnumerable<WorksheetTableStyle>
  • IEnumerable

Gets the number of custom instances in the collection.

public int Count { get; }

Gets the at the specified index.

public WorksheetTableStyle this[int index] { get; }

Gets the with the specified name.

public WorksheetTableStyle this[string name] { get; }