SheetBorder Property

Returns or sets the color used to draw the border around the sheet.

Syntax

[form!]VSFlexGrid.SheetBorder[ = colorref& ]

Remarks

This property is useful if you want to make a grid look like a page, with no border around the cells. To do this, set the SheetBorder and BackColorBkg properties to the same color as the grid background (BackColor property).

Data Type

Color

See Also

VSFlexGrid Control