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


In This Topic
AutoFillAutoCompleteCustomSource Property (TextCellType)
In This Topic
Gets or sets whether the AutoCompleteCustomSource is automatically filled with data from other cells in the column.
Syntax
'Declaration
 
Public Property AutoFillAutoCompleteCustomSource As Boolean
 
'Usage
 
Dim instance As TextCellType
Dim value As Boolean
 
instance.AutoFillAutoCompleteCustomSource = value
 
value = instance.AutoFillAutoCompleteCustomSource
See Also