TableStyle Interface 

Represents a single style that can be applied to a table.

Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in microsoft.office.interop.word.dll)

Usage

Public Class ableStyleImplementation
    Implements TableStyle
End Class
Dim ableStyleImplementation1 As New ableStyleImplementation()

Syntax

Public Interface TableStyle
public interface TableStyle
public interface class TableStyle
public interface TableStyle
public interface TableStyle

Remarks

Use the Table property of the Style object to return a TableStyle object. Use the Borders property to apply borders to an entire table. Use the Condition method to apply borders or shading only to specified sections 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

TableStyle Members