Programmer's Reference > WordApplication API > NamedStyle > TableFormatting
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
TableFormatting is a read only property.
[csharp]
TableFormatting tFormatting = namedStyl.TableFormatting;
[vbnet]
Dim tFormatting As TableFormatting = namedStyl.TableFormatting
public TableFormatting TableFormatting
Copyright 2007 © SoftArtisans, Inc. All Rights Reserved.