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


In This Topic
AutoCompleteCustomSource Property (EditBaseCellType)
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 EditBaseCellType
Dim value As AutoCompleteStringCollection
 
instance.AutoCompleteCustomSource = value
 
value = instance.AutoCompleteCustomSource
See Also