Spread Windows Forms 12.0 Product Documentation
AutoCompleteMode Property (EditBaseCellType)


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread.CellType Namespace > EditBaseCellType Class : AutoCompleteMode Property
Gets or sets how automatic completion works.
Syntax
'Declaration
 
Public Property AutoCompleteMode As AutoCompleteMode
'Usage
 
Dim instance As EditBaseCellType
Dim value As AutoCompleteMode
 
instance.AutoCompleteMode = value
 
value = instance.AutoCompleteMode
public AutoCompleteMode AutoCompleteMode {get; set;}

Property Value

AutoCompleteMode setting that determines how the automatic completion works
See Also

Reference

EditBaseCellType Class
EditBaseCellType Members