Search
Table.FooterColor Property
See Also
 



Gets or sets the color used to render the table footer.

 Syntax

VB6  Copy Code

Public Property Get FooterColor() As Long
Public Property Let FooterColor( _
    ByVal value As Long _
)

C++  Copy Code

public:
unsigned int get_FooterColor ()
void put_FooterColor (
    unsigned int value
)

 Property Value

An OLE_COLOR value. The default value is black color.

 Remarks

Footer text is rendered only when the value of FooterHeight is greater than 0.

 See Also