[]
Represents table style elements.
public interface ITableStyleElements
Returns the number of objects in the collection (read-only).
int Count { get; }
Returns a single object from a collection.
ITableStyleElement this[TableStyleElementType index] { get; }
index
TableStyleElementTypeA table style element.