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


In This Topic
    StartRowIndex Property
    In This Topic
    Gets or sets the row at which to start the search.
    Syntax
    'Declaration
     
    
    Public Overridable Property StartRowIndex As Integer
    'Usage
     
    
    Dim instance As SearchDialog
    Dim value As Integer
     
    instance.StartRowIndex = value
     
    value = instance.StartRowIndex
    public virtual int StartRowIndex {get; set;}
    See Also