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)

Usage

Public Class onditionalStyleImplementation
    Implements ConditionalStyle
End Class
Dim onditionalStyleImplementation1 As New onditionalStyleImplementation()

Syntax

Public Interface ConditionalStyle
public interface ConditionalStyle
public interface class ConditionalStyle
public interface ConditionalStyle
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.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, and Windows 2000

Target Platforms

See Also

Reference

Microsoft.Office.Interop.Word Namespace

Other Resources

ConditionalStyle Members