ConditionalStyle Interface

Represents special formatting applied to specified areas of a table when the selected table is formatted with a specified table style.

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

Syntax

'Declaration
<GuidAttribute("1498F56D-ED33-41F9-B37B-EF30E50B08AC")> _
Public Interface ConditionalStyle
'Usage
Dim instance As ConditionalStyle
[GuidAttribute("1498F56D-ED33-41F9-B37B-EF30E50B08AC")]
public interface ConditionalStyle

Remarks

Use the Condition method of the TableStyle object to return a ConditionalStyle object. The Shading property can be used to apply shading to specified areas of a table.

Use the Borders property to apply borders to specified areas of a table.

See Also

Reference

ConditionalStyle Members

Microsoft.Office.Interop.Word Namespace