FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / TextCellType Class / AutoCompleteMode Property


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