FlexSheet for WPF | ComponentOne
C1.WPF.FlexGrid Namespace / FindResult Class / Cells Property

In This Topic
    Cells Property (FindResult)
    In This Topic
    Get or set the cell rangs of result
    Syntax
    'Declaration
     
    
    Public Property Cells As List(Of CellRange)
    public List<CellRange> Cells {get; set;}
    See Also