Search
Table.FrameColor Property
See Also
 



Gets or sets the color of the pen used to draw the table border lines.

 Syntax

VB6  Copy Code

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

C++  Copy Code

public:
unsigned int get_FrameColor ()
void put_FrameColor (
    unsigned int value
)

 Property Value

A color value. Initialized with FlowChart.TableFrameColor.

 See Also