A collection of custom instances which can be applied to a in the .
Inheritance
object
Implements
- ICollection<WorksheetTableStyle>
- 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; } Methods
Section titled "Methods"Add(WorksheetTableStyle)
Section titled "Add(WorksheetTableStyle)"Adds a custom to the collection.
public void Add(WorksheetTableStyle style) Parameters
- style:
WorksheetTableStyle
Returns any
Clear()
Section titled "Clear()"Clears the collection.
public void Clear() Returns any
Contains(WorksheetTableStyle)
Section titled "Contains(WorksheetTableStyle)"Determines whether the specified is contained in the collection.
public bool Contains(WorksheetTableStyle style) Parameters
- style:
WorksheetTableStyle
Returns any
IndexOf(WorksheetTableStyle)
Section titled "IndexOf(WorksheetTableStyle)"Gets the index of the specified style in the collection.
public int IndexOf(WorksheetTableStyle style) Parameters
- style:
WorksheetTableStyle
Returns any
Remove(WorksheetTableStyle)
Section titled "Remove(WorksheetTableStyle)"Removes the specified from the collection.
public bool Remove(WorksheetTableStyle style) Parameters
- style:
WorksheetTableStyle
Returns any
RemoveAt(int)
Section titled "RemoveAt(int)"Removes the at the specified index.
public void RemoveAt(int index) Parameters
- index:
int