[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.ITableStyle.Name

Name Property

Name

Gets the name of the table style.

Declaration
string Name { get; }
ReadOnly Property Name As String
Examples
ITableStyle tableStyle = workbook.TableStyles["TableStyleLight11"];
string name = tableStyle.Name;