Share via


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 集合,其中包含工作簿中使用的表样式。

适用于