Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread.Editor Namespace / BaseEditor Class
Members


In This Topic
    BaseEditor Class
    In This Topic
    Represents the partial (abstract) implementation of the IEditor interface for a base editor for a cell.
    Object Model
    BaseEditor ClassValidatorCollection Class
    Syntax
    'Declaration
     
    
    Public MustInherit Class BaseEditor 
       Implements IEditor, IEditor3 
    'Usage
     
    
    Dim instance As BaseEditor
    public abstract class BaseEditor : IEditor, IEditor3  
    Remarks
    This is the base class for the IEditor interface implementation.
    Inheritance Hierarchy
    See Also