Gets or sets the height of the table footer area.
SyntaxVB6
Copy Code
|
|---|
Public Property Get FooterHeight() As Integer |
C++
Copy Code
|
|---|
public: |
A short integer value specifying the footer height. The default value is 0.
RemarksSet this property to a value greater than 0 to allocate footer area at the bottom of the table. The Footer text is not rendered if FooterHeight has its default value 0.
See Also