Workbook.TableStyles 屬性

定義

取得活頁簿中使用之表格樣式的集合。

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

屬性值

Microsoft.Office.Interop.Excel.TableStyles 集合,其中包含活頁簿中使用的表格樣式。

適用於