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 コレクション。

適用対象