Spread WinForms 15
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
See Also