[]
Applies checkbox formatting to the entire range.
void SetCheckbox()
Sub SetCheckbox()
IRange range = worksheet.Range["A1"]; range.Value = true; range.CellControl.SetCheckbox(); CellControlType type = range.CellControl.Type;