[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.ITableStyle.TableStyleElements

TableStyleElements Property

TableStyleElements

Returns the ITableStyleElements object (read-only).

Declaration
ITableStyleElements TableStyleElements { get; }
ReadOnly Property TableStyleElements As ITableStyleElements
Examples
ITableStyle tableStyle = workbook.TableStyles["TableStyleLight11"];
ITableStyleElements elements = tableStyle.TableStyleElements;
int count = elements.Count;