Spread Windows Forms 12.0 Product Documentation
AutoCompleteSource Property (EditBaseCellType)


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread.CellType Namespace > EditBaseCellType Class : AutoCompleteSource Property
Gets or sets the source of complete strings used for automatic completion.
Syntax
'Declaration
 
Public Property AutoCompleteSource As AutoCompleteSource
'Usage
 
Dim instance As EditBaseCellType
Dim value As AutoCompleteSource
 
instance.AutoCompleteSource = value
 
value = instance.AutoCompleteSource
public AutoCompleteSource AutoCompleteSource {get; set;}

Property Value

AutoCompleteSource object that contains the source of automatic completion strings
See Also

Reference

EditBaseCellType Class
EditBaseCellType Members