Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FpSpread Class / SearchDialog Property


In This Topic
    SearchDialog Property
    In This Topic
    Gets the dialog associated with searching for text in a cell of a sheet in this component.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property SearchDialog As SearchDialog
    'Usage
     
    
    Dim instance As FpSpread
    Dim value As SearchDialog
     
    value = instance.SearchDialog
    public SearchDialog SearchDialog {get;}
    See Also