Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SpreadView Class / EditMode Property


In This Topic
EditMode Property (SpreadView)
In This Topic
Gets or sets whether the active cell in the view is in edit mode.
Syntax
'Declaration
 
Public Property EditMode As Boolean
 
'Usage
 
Dim instance As SpreadView
Dim value As Boolean
 
instance.EditMode = value
 
value = instance.EditMode
See Also