[]
        
(Showing Draft Content)

ICellControl

Interface ICellControl


public interface ICellControl
Represents the cell control.
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the cell control type for the associated range.
    void
    Applies checkbox formatting to the entire range.
  • Method Details

    • getType

      CellControlType getType()
      Gets the cell control type for the associated range.

      If all cells in the range have the same control type, that type is returned. If the range contains mixed control types or no control, CellControlType.None is returned.

      Returns:
      The cell control type.
    • setCheckbox

      void setCheckbox()
      Applies checkbox formatting to the entire range.