Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / BaseCellType Class
Properties Methods Events


In This Topic
    BaseCellType Class Members
    In This Topic

    The following tables list the members exposed by BaseCellType.

    Public Properties
     NameDescription
    Public PropertyGets or sets the subeditor.  
    Top
    Protected Properties
     NameDescription
    Protected PropertyGets the conditional formatting settings.  
    Top
    Public Methods
     NameDescription
    Public MethodDetermines whether data from another cell can overflow into this cell (whether this cell can be overflowed into).  
    Public MethodCancels the editing of a cell.  
    Public MethodDetermines whether a cell can overflow its data into an adjacent cell.  
    Public MethodCreates and returns a base cell.  
    Public MethodFormats the specified data into the format of the cell type and returns it as a string.  
    Public MethodGets the edit control for this cell type with the specified appearance and scaling.  
    Public MethodGets the unformatted value in the editor control.  
    Public MethodGets a rectangle to draw the error icon in.  
    Public MethodOverloaded. Gets the preferred (maximum needed) size of the cell for the editor control.  
    Public MethodGets the cursor reserved for this cell type.  
    Public Methodstatic (Shared in Visual Basic)Implementation of IReuseEditorControl.GetEditorControl for use by cell types.  
    Public MethodGets whether the cell type supports the named property.  
    Public MethodDetermines whether the specified key has special meaning to the editor control.  
    Public MethodDetermines whether the specified cursor location has special meaning to the editor control.  
    Public MethodDetermines whether the specified value is valid.  
    Public MethodOverloaded. Paints the cell when not in edit mode to the specified graphics interface with the specified appearance settings.  
    Public MethodParses the specified string to the data type of the cell type and returns it as an object.  
    Public MethodSets the value of the editor control.  
    Public MethodShows the subeditor control associated with the cell.  
    Public MethodStarts the editing of a cell.  
    Public MethodStops the editing of a cell.  
    Public MethodConverts the name of the cell type to a string.  
    Top
    Protected Methods
     NameDescription
    Protected MethodCreates a new object that is a copy of the current instance.  
    Protected MethodFires the EditingCanceled event if there are any delegates attached.  
    Protected MethodFires the EditingStopped event if there are any delegates attached.  
    Protected MethodFires the EditorValueChanged event if there are any delegates attached.  
    Protected MethodGets the formatter which represents the behavior of this cell type.  
    Protected MethodGets whether the caret is in the beginning.  
    Protected MethodGets whether the caret is at the end.  
    Protected MethodGets whether the caret is in the first line.  
    Protected MethodGets whether the caret is in the last line.  
    Protected MethodPaints the enhanced conditional format.  
    Protected MethodParses the specified string to the data type of the cell type and returns it as an object.  
    Protected MethodConverts this cell type to the corresponding GrapeCity.Spreadsheet.NumberFormat value.  
    Top
    Public Events
     NameDescription
    Public EventOccurs when editing (the editor control) has been canceled by the user.  
    Public EventOccurs when editing in the the editor control has been stopped by the user.  
    Public EventOccurs when the value in the editor control has been changed by the user.  
    Top
    See Also