共用方式為


TableStyle.Condition 方法 (Word)

會傳回 ConditionalStyle 物件,代表部分表格的特殊樣式格式設定。

語法

expressionCondition( _ConditionCode_ )

需要 expression。 代表 'TableStyle' 物件的變數。

參數

名稱 必要/選用 資料類型 描述
ConditionCode 必要 WdConditionCode 要套用格式設定之資料表的區域。

範例

這則範例會選取使用中文件的第一個表格,並將 20 % 網底加入至奇數欄。

Sub TableStylesTest() 
 With ActiveDocument 
 
 'Select the table to which the conditional 
 'formatting will apply 
 .Tables(1).Select 
 
 'Specify the conditional formatting 
 .Styles("Table Grid").Table _ 
 .Condition(wdOddColumnBanding).Shading _ 
 .BackgroundPatternColor = wdColorGray20 
 End With 
End Sub

另請參閱

TableStyle 物件

支援和意見反應

有關於 Office VBA 或這份文件的問題或意見反應嗎? 如需取得支援服務並提供意見反應的相關指導,請參閱 Office VBA 支援與意見反應