TdxSpreadSheetAbstractFormulaBar.SeparatorPosition Property
Specifies the position (in pixels, starting from the Formula Bar’s left border) of the separator between the Name Box and Formula Bar buttons.
Declaration
property SeparatorPosition: Integer read; write; default DefaultSeparatorPosition;
Property Value
Type |
---|
Integer |
Remarks
Use this property to adjust the width of the Name and Edit Boxes. The Button Box’s dimensions do not change.
End users can drag the separator:
The default SeparatorPosition property value is 110.
See Also