Spread 8.0 Documentation
BorderStyle Property
Support Options
ActiveX Reference > ActiveX Properties > BorderStyle Property

Glossary Item Box

BorderStyle Property


See Also

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

Copyright © GrapeCity, inc. All rights reserved.