TdxSpreadSheetPageControl.Visible Property
Specifies whether the caption bar is visible.
Declaration
property Visible: Boolean read; write; default True;
Property Value
Type | Default |
---|---|
Boolean | True |
Remarks
Use this property to hide the caption bar. If the Visible property is set to False, the horizontal spreadsheet’s scrollbar fills up the place, previously occupied by the caption bar. Otherwise, it is displayed normally.
The default value of the Visible property is True.
See Also