Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SearchDialog Class / StartColumnIndex Property


In This Topic
StartColumnIndex Property
In This Topic
Gets or sets the column at which to start the search.
Syntax
'Declaration
 
Public Overridable Property StartColumnIndex As Integer
 
'Usage
 
Dim instance As SearchDialog
Dim value As Integer
 
instance.StartColumnIndex = value
 
value = instance.StartColumnIndex
See Also