Gets or sets whether the FarPoint Spread always displays the editor if the editor is defined for a cell.
Syntax
'Declaration
Public Property RenderEditors As Boolean
'Usage
Dim instance As SheetView
Dim value As Boolean
instance.RenderEditors = value
value = instance.RenderEditors
public bool RenderEditors {get; set;}
See Also