Workbook.TableStyles Property

Definition

Gets the collection of table styles that are used in the workbook.

public:
 property Microsoft::Office::Interop::Excel::TableStyles ^ TableStyles { Microsoft::Office::Interop::Excel::TableStyles ^ get(); };
public Microsoft.Office.Interop.Excel.TableStyles TableStyles { get; }
member this.TableStyles : Microsoft.Office.Interop.Excel.TableStyles
Public ReadOnly Property TableStyles As TableStyles

Property Value

A Microsoft.Office.Interop.Excel.TableStyles collection that contains the table styles that are used in the workbook.

Applies to