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)
Syntax
'Declaration
<GuidAttribute("B7564E97-0519-4C68-B400-3803E7C63242")> _
Public Interface TableStyle
'Usage
Dim instance As TableStyle
[GuidAttribute("B7564E97-0519-4C68-B400-3803E7C63242")]
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.