_Workbook.TableStyles Property

Definition

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

TableStyles

Remarks

You can manipulate the table styles returned by the property.

Applies to