Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / EditBaseCellType Class / AutoCompleteMode Property


In This Topic
AutoCompleteMode Property (EditBaseCellType)
In This Topic
Gets or sets how automatic completion works.
Syntax
'Declaration
 
Public Property AutoCompleteMode As AutoCompleteMode
 
'Usage
 
Dim instance As EditBaseCellType
Dim value As AutoCompleteMode
 
instance.AutoCompleteMode = value
 
value = instance.AutoCompleteMode
See Also