Search
Table.FooterHeight Property
See Also
 



Gets or sets the height of the table footer area.

 Syntax

VB6  Copy Code

Public Property Get FooterHeight() As Integer
Public Property Let FooterHeight( _
    ByVal value As Integer _
)

C++  Copy Code

public:
short get_FooterHeight ()
void put_FooterHeight (
    short value
)

 Property Value

A short integer value specifying the footer height. The default value is 0.

 Remarks

Set 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