[]
Returns the ITableStyleElements object (read-only).
ITableStyleElements TableStyleElements { get; }
ReadOnly Property TableStyleElements As ITableStyleElements
ITableStyle tableStyle = workbook.TableStyles["TableStyleLight11"];
ITableStyleElements elements = tableStyle.TableStyleElements;
int count = elements.Count;