接口 ICellLinkControl

所有超级接口:
IControl
所有已知子接口:
ICellLinkControlT<T>, ICheckBox, IDropDown, IListBox, IOptionButton, IRangeBase, IScrollBar, ISelector, ISelectorT<T,TCollection>, ISpinner

public interface ICellLinkControl extends IControl
Common members of controls that have CellLink property
  • 方法详细资料

    • getDisplay3DShading

      boolean getDisplay3DShading()
      Use 3D style
    • setDisplay3DShading

      void setDisplay3DShading(boolean value)
      Use 3D style
    • getLinkedCell

      IRange getLinkedCell()
      Gets a cell reference to bind the Value property and theIRange.Value property of a cellwith the two-way binding mode

      This property doesn't handle #REF! errors. #REF! will be treated as unset value.

    • setLinkedCell

      void setLinkedCell(IRange value)
      Sets a cell reference to bind the Value property and theIRange.Value property of a cellwith the two-way binding mode

      This property doesn't handle #REF! errors. #REF! will be treated as unset value.