[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.IRange.CellControl

CellControl Property

CellControl

Returns the ICellControl object that represents the cell control of the current range.

Declaration
ICellControl CellControl { get; }
ReadOnly Property CellControl As ICellControl
Examples
IRange range = worksheet.Range["A1:A3"];
range.CellControl.SetCheckbox();
ICellControl cellControl = range.CellControl;
CellControlType controlType = cellControl.Type;