[]
        
(Showing Draft Content)

FarPoint.Web.Spread.EmptyCellType

EmptyCellType Class

Represents a general cell that has no editor control (returns null from GetEditorControl).

Inheritance
EmptyCellType
Namespace: FarPoint.Web.Spread
Assembly: FarPoint.Web.Spread.dll
Syntax
public class EmptyCellType : GeneralCellType, ICloneable, IEnhancedRenderer, IEnhancedPdfRenderer, IPdfSupport, IEditor3, ISerializeSupport2, ISerializeSupport, IParseFormatSupport, ICSSClassSupport, IEditFormatter, IEditorCSSClassSupport, IDateCellType, ICellType, IEditor, IEnhancedFormatter, IFormatter, IWrapableRenderer, IRenderer, IAcceptServerValidator
Public Class EmptyCellType
    Inherits GeneralCellType
    Implements ICloneable, IEnhancedRenderer, IEnhancedPdfRenderer, IPdfSupport, IEditor3, ISerializeSupport2, ISerializeSupport, IParseFormatSupport, ICSSClassSupport, IEditFormatter, IEditorCSSClassSupport, IDateCellType, ICellType, IEditor, IEnhancedFormatter, IFormatter, IWrapableRenderer, IRenderer, IAcceptServerValidator

Constructors

Name Description
EmptyCellType()

Initializes a new instance of the EmptyCellType class.

Properties

Name Description
ErrorMessage

Overridden to always return Empty.

Methods

Name Description
GetEditorControl(string, TableCell, Appearance, Inset, object, bool)

Gets the control used to edit the cell (and always returns null).

PaintCell(string, TableCell, Appearance, Inset, object, bool)

Gets a control and renders it in the cell based on the specified appearance, margin, and value.