BorderStyle Property
Applies To
fpSpread, fpSpreadPreview controls
Description
Sets or returns the style of the control border.
Syntax
C++
short CSpreadSheet::GetBorderStyle( );
void CSpreadSheet::SetBorderStyle(short value);
Visual Basic
[form.]control.BorderStyle[ = setting%]
Remarks
The following settings are available:
| Setting | Description | Constants |
|---|---|---|
| 0 - None | Does not display a border | vbBSNone |
| 1 - Fixed Single | (Default) Displays a single-line border around the control | vbFixedSingle |
This border is located around the outside edge of the control.
Data Type
Integer (Enumerated)
See Also
Appearance property