[]
        
(Showing Draft Content)

ICellLinkControl

Interface ICellLinkControl

All Superinterfaces:
IControl
All Known Subinterfaces:
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.
  • Method Details

    • 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.