Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SearchDialog Class / SheetIndex Property


In This Topic
    SheetIndex Property (SearchDialog)
    In This Topic
    Gets or sets the index of the sheet to search.
    Syntax
    'Declaration
     
    
    Public Overridable Property SheetIndex As Integer
    'Usage
     
    
    Dim instance As SearchDialog
    Dim value As Integer
     
    instance.SheetIndex = value
     
    value = instance.SheetIndex
    public virtual int SheetIndex {get; set;}
    See Also