ComponentOne DataGrid for WPF and Silverlight
C1.WPF.DataGrid Namespace / DataGridSelection Class / Add Method

In This Topic
    Add Method (DataGridSelection)
    In This Topic
    Adds the range between fromCell and toCell to the selection. In case the selection mode didn't accept a range the toCell will be selected.
    Overload List
    OverloadDescription
    Adds the range between fromCell and toCell to the selection. In case the selection mode didn't accept a range the toCell will be selected.  
    Adds a cell to the selection.  
    Adds the specified range to the selection.  
    Adds the range between fromRow and toRow to the selection. In case the selection mode didn't accept a range the toRow will be selected.  
    Adds the range between fromColumn and toColumn to the selection.  
    See Also