In This Topic
Gets or sets the default editor for cells in this row.
Syntax
'Declaration
Public Property Editor As IEditor
'Usage
Dim instance As Row
Dim value As IEditor
instance.Editor = value
value = instance.Editor
public IEditor Editor {get; set;}
See Also