Gets or sets the text displayed as table footer.
SyntaxVB6
Copy Code
|
|---|
Public Property Get Footer() As String |
C++
Copy Code
|
|---|
public: |
A string value. The default value is an empty string.
RemarksFooter 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