[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.ICellControl.SetCheckbox

SetCheckbox Method

SetCheckbox()

Applies checkbox formatting to the entire range.

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