Workbook.TableStyles Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.