[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.IRange.RemoveControls

RemoveControls Method

RemoveControls()

Removes cell controls from the current IRange.

Declaration
void RemoveControls()
Sub RemoveControls()
Examples
IRange range = worksheet.Range["A1"];
range.CellControl.SetCheckbox();
range.RemoveControls();
CellControlType controlType = range.CellControl.Type;