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


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

Reference

StyleInfo Class
StyleInfo Members