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


In This Topic
AutoCompleteSource Property (TextCellType)
In This Topic
Gets or sets the source of complete strings used for automatic completion.
Syntax
'Declaration
 
Public Property AutoCompleteSource As AutoCompleteSource
 
'Usage
 
Dim instance As TextCellType
Dim value As AutoCompleteSource
 
instance.AutoCompleteSource = value
 
value = instance.AutoCompleteSource
See Also