_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.
Returns a TableStyles collection object for the current workbook that refers to the styles used in the current workbook. Read-only.
public:
property Microsoft::Office::Interop::Excel::TableStyles ^ TableStyles { Microsoft::Office::Interop::Excel::TableStyles ^ get(); };
public Microsoft.Office.Interop.Excel.TableStyles TableStyles { get; }
Public ReadOnly Property TableStyles As TableStyles
Property Value
Remarks
You can manipulate the table styles returned by the property.