Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / NamedStyle Class / Editor Property
Example


In This Topic
    Editor Property (NamedStyle)
    In This Topic
    Gets or sets the editor for the style.
    Syntax
    'Declaration
     
    
    Public Overrides Property Editor As IEditor
    'Usage
     
    
    Dim instance As NamedStyle
    Dim value As IEditor
     
    instance.Editor = value
     
    value = instance.Editor
    public override IEditor Editor {get; set;}

    Property Value

    IEditor object containing the editor for cells of this style
    Example
    This example creates a new custom style and sets several of the style properties.
    See Also