FlexSheet for WPF | ComponentOne
C1.WPF.FlexGrid Namespace / ExcelFilterEditor Class / AddValueCheckBox Method

In This Topic
    AddValueCheckBox Method
    In This Topic
    Overridden to honor the value list filter.
    Syntax
    'Declaration
     
    
    Protected Overrides Sub AddValueCheckBox( _
       ByVal content As Object, _
       ByVal isChecked As Boolean _
    ) 
    protected override void AddValueCheckBox( 
       object content,
       bool isChecked
    )

    Parameters

    content
    isChecked
    See Also