Search
Table.FillColor Property
See Also
 



Gets or sets the color used to fill the table interior.

 Syntax

VB6  Copy Code

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

C++  Copy Code

public:
unsigned int get_FillColor ()
void put_FillColor (
    unsigned int value
)

 Property Value

An OLE_COLOR value. Initialized with FlowChart.TableFillColor.

 See Also