[]
Represents a control that allows a user to select items from among its child elements.
public interface ISelector : ICellLinkControl<int>, ICellLinkControl, IControl
Represents the items source of this control. This property can't be used if items were added to Items.
IRange ItemsSourceRange { get; set; }
This property doesn't handle #REF! errors. #REF! will be treated as an empty collection.
Represents the selected index of this control.
int SelectedIndex { get; set; }
Not fully supported by the *.ssjson and *.sjs format. The index could cause System.ArgumentOutOfRangeException if Items lost data.