'Declaration Public Property Editor As IEditor
'Declaration
Public Property Editor As IEditor
'Usage Dim instance As Cell Dim value As IEditor instance.Editor = value value = instance.Editor
'Usage
Dim instance As Cell Dim value As IEditor instance.Editor = value value = instance.Editor
public IEditor Editor {get; set;}
Cell Class Cell Members