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


In This Topic
AutoCompleteCustomSource Property (TextCellType)
In This Topic
Gets or sets a custom string collection when the AutoCompleteSource property is set to CustomSource.
Syntax
'Declaration
 
Public Property AutoCompleteCustomSource As AutoCompleteStringCollection
 
'Usage
 
Dim instance As TextCellType
Dim value As AutoCompleteStringCollection
 
instance.AutoCompleteCustomSource = value
 
value = instance.AutoCompleteCustomSource
See Also