Spread Windows Forms 12.0 Product Documentation
AutoCompleteMode Property (GeneralEditor)


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

Reference

GeneralEditor Class
GeneralEditor Members