TableStyleElementCollection.Item

TableStyleElementCollection indexer (1 of 2)

Gets an element of the table style by the index.

public TableStyleElement this[int index] { get; }
ParameterDescription
indexThe index.

Return Value

Returns TableStyleElement object

See Also


TableStyleElementCollection indexer (2 of 2)

Gets the element of the table style by the element type.

public TableStyleElement this[TableStyleElementType type] { get; }
ParameterDescription
typeThe element type.

Return Value

Returns TableStyleElement object

See Also