TableStyleCollection.Item

TableStyleCollection indexer (1 of 2)

Gets the table style by the index.

public TableStyle this[int index] { get; }
ParameterDescription
indexThe position of the table style in the list.

Return Value

The table style object.

See Also


TableStyleCollection indexer (2 of 2)

Gets the table style by the name.

public TableStyle this[string name] { get; }
ParameterDescription
nameThe table style name.

Return Value

The table style object.

See Also