接口 ISelector

所有超级接口:
ICellLinkControl, ICellLinkControlT<Integer>, IControl
所有已知子接口:
IDropDown, IListBox, ISelectorT<T,TCollection>

public interface ISelector extends ICellLinkControlT<Integer>
Represents a control that allows a user to select items from among its child elements.
  • 方法详细资料

    • getItemsSourceRange

      IRange getItemsSourceRange()
      Represents the items source of this control. This property can't be used if items were added to ISelectorT.Items.

      This property doesn't handle #REF! errors. #REF! will be treated as an empty collection.

    • setItemsSourceRange

      void setItemsSourceRange(IRange value)
      Represents the items source of this control. This property can't be used if items were added to ISelectorT.Items.

      This property doesn't handle #REF! errors. #REF! will be treated as an empty collection.

    • getSelectedIndex

      int getSelectedIndex()
      Represents the selected index of this control.
      API Note:
      Not fully supported by the *.ssjson format.The index could cause IndexOutOfBoundsException if items are lost.
    • setSelectedIndex

      void setSelectedIndex(int value)
      Represents the selected index of this control.
      API Note:
      Not fully supported by the *.ssjson format.The index could cause IndexOutOfBoundsException if items are lost.