Search
Table.Footer Property
See Also
 



Gets or sets the text displayed as table footer.

 Syntax

VB6  Copy Code

Public Property Get Footer() As String
Public Property Let Footer( _
    ByVal value As String _
)

C++  Copy Code

public:
BSTR get_Footer ()
void put_Footer (
    BSTR value
)

 Property Value

A string value. The default value is an empty string.

 Remarks

Footer text is rendered only when the value of FooterHeight is greater than 0. This text can be aligned in different ways as set via the FooterStyle property.

 See Also