Forums     Knowledge Base     OfficeWriter Online     
 
 
This documentation is for
OfficeWriter v3.8.1
.NET Platform

View Docs for Another
Version or Platform

Programmer's Reference > WordApplication API > NamedStyle > TableFormatting

TableFormatting Property


C# Signature:

VB.NET Signature:


Description:

Returns a TableFormatting object that is a copy of this style's table formatting. Some style types do not have table formatting. In these cases, this method returns null.

TableFormatting is a read only property.



Examples:

[csharp]
TableFormatting tFormatting = namedStyl.TableFormatting;
[vbnet]
Dim tFormatting As TableFormatting = namedStyl.TableFormatting


Getter

Signature:

public TableFormatting TableFormatting

Returns:

TableFormatting A TableFormatting object that is a copy of this style's table formatting.



Copyright 2007 © SoftArtisans, Inc. All Rights Reserved.