TSheetSelector.Create Constructor
Constructs a new TSheetSelector instance.
Syntax
Unit: FlexCel.Render
constructor TSheetSelector.Create(const position: Set of TSheetSelectorPosition);
Parameters
<-> |
Parameter |
Type |
Description |
const |
position |
Set of TSheetSelector​Position |
Position where the Sheet selector will be placed. Remember you can 'or' together many values on the enumeration to for example have a selector at the top and at the bottom. |
See also