_Workbook.TableStyles 属性

定义

返回 TableStyles 当前工作簿的集合对象,该集合对象引用当前工作簿中使用的样式。 此为只读属性。

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

属性值

TableStyles

注解

您可以处理由该属性返回的表样式。

适用于