ComponentOne FlexPivot for WinForms
C1.Win.C1FlexGrid.4.8 Assembly / C1.Win.C1FlexGrid Namespace / CellRange Structure / Checkbox Property

In This Topic
    Checkbox Property (CellRange)
    In This Topic
    Gets or sets the state of the checkbox in the range.
    Syntax
    'Declaration
     
    Public Property Checkbox As CheckEnum
    public CheckEnum Checkbox {get; set;}
    Remarks
    When getting, this property returns the checkbox value that corresponds to cell (r1, c1). When setting, it applies the new value to all cells in the range.
    See Also