Spread ASP.NET 6.0 Product Documentation
BaseEditor Class
Members  See Also  Send Feedback
FarPoint.Web.Spread Assembly > FarPoint.Web.Spread.Editor Namespace : BaseEditor Class


Glossary Item Box

Represents the partial (abstract) implementation of the IEditor interface for a base editor for a cell.

Object Model

BaseEditor Class

Syntax

Visual Basic (Declaration) 
Public MustInherit Class BaseEditor 
   Implements IEditor 
Visual Basic (Usage)Copy Code
Dim instance As BaseEditor
C# 
public abstract class BaseEditor : IEditor  

Remarks

This is the base class for the IEditor interface implementation.

Example

For an example, refer to the Editor-Renderer sample project. These are installed in the samples subdirectory (such as C:\Program Files\FarPoint Technologies\Spread.WebForms v2\v2.0.0.0\Samples).
  • For the C# .NET version, run Samples\CS\EditorRendererCS\EditorRendererCS.csproj

  • For the Visual Basic .NET version, run Samples\VB\EditorRenderer\EditorRenderer.vbproj

Inheritance Hierarchy

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2002-2012 GrapeCity, Inc. All Rights Reserved.