RemoveControls Method
RemoveControls()
Removes cell controls from the current IRange.
Declaration
Examples
IRange range = worksheet.Range["A1"];
range.CellControl.SetCheckbox();
range.RemoveControls();
CellControlType controlType = range.CellControl.Type;