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

Inheritance

Implements
  • ICollection<WorksheetTableStyle>
  • 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; }

Adds a custom to the collection.

public void Add(WorksheetTableStyle style)

Parameters

  • style: WorksheetTableStyle

Returns any

Clears the collection.

public void Clear()

Returns any

Determines whether the specified is contained in the collection.

public bool Contains(WorksheetTableStyle style)

Parameters

  • style: WorksheetTableStyle

Returns any

Gets the index of the specified style in the collection.

public int IndexOf(WorksheetTableStyle style)

Parameters

  • style: WorksheetTableStyle

Returns any

Removes the specified from the collection.

public bool Remove(WorksheetTableStyle style)

Parameters

  • style: WorksheetTableStyle

Returns any

Removes the at the specified index.

public void RemoveAt(int index)

Parameters

  • index: int

Returns any