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