Spread for ASP.NET 12 Product Documentation
Editor Property (Cell)


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > Cell Class : Editor Property
Gets or sets the editor for a cell.
Syntax
'Declaration
 
Public Property Editor As IEditor
'Usage
 
Dim instance As Cell
Dim value As IEditor
 
instance.Editor = value
 
value = instance.Editor
public IEditor Editor {get; set;}
See Also

Reference

Cell Class
Cell Members