[]
Gets the name of the table style.
string Name { get; }
ReadOnly Property Name As String
ITableStyle tableStyle = workbook.TableStyles["TableStyleLight11"]; string name = tableStyle.Name;