Search
Table.FooterStyle Property
See Also
 



Get or sets the footer text position and alignment.

 Syntax

VB6  Copy Code

Public Property Get FooterStyle() As ETextStyle
Public Property Let FooterStyle( _
    ByVal value As ETextStyle _
)

C++  Copy Code

public:
ETextStyle get_FooterStyle ()
void put_FooterStyle (
    ETextStyle value
)

 Property Value

A member of the ETextStyle enumeration. The default value is tsCenter.

 See Also