Search
Table.FooterFillColor Property
See Also
 



Gets or sets the color used to fill the table footer area.

 Syntax

VB6  Copy Code

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

C++  Copy Code

public:
unsigned int get_FooterFillColor ()
void put_FooterFillColor (
    unsigned int value
)

 Property Value

An OLE_COLOR value. Initialized with the value of TableFillColor.

 See Also