FarPoint.Win.Spread
BaseCellType Class Members
See Also  Properties  Methods  Events
FarPoint.Win.Spread Assembly > FarPoint.Win.Spread.CellType Namespace : BaseCellType Class


The following tables list the members exposed by BaseCellType.

Public Properties

 NameDescription
Public PropertySubEditor Gets or sets the subeditor.  
Top

Public Methods

 NameDescription
Public MethodCanBeOverflown Determines whether data from another cell can overflow into this cell (whether this cell can be overflowed into).  
Public MethodCancelEditing Cancels the editing of a cell.  
Public MethodCanOverflow Determines whether a cell can overflow its data into an adjacent cell.  
Public MethodClone Creates and returns a base cell.  
Public MethodFormat Formats the specified data into the format of the cell type and returns it as a string.  
Public MethodGetEditorControl Gets the edit control for this cell type with the specified appearance and scaling.  
Public MethodGetEditorValue Gets the unformatted value in the editor control.  
Public MethodGetPreferredSizeOverloaded. Gets the preferred (maximum needed) size of the cell.  
Public MethodGetReservedCursor Gets the cursor reserved for this cell type.  
Public Methodstatic (Shared in Visual Basic)GetReusableEditorControl Implementation of IReuseEditorControl.GetEditorControl for use by cell types  
Public MethodIsPropertySupported Gets whether the cell type supports the named property.  
Public MethodIsReservedKey Determines whether the specified key has special meaning to the editor control.  
Public MethodIsValid Determines whether the specified value is valid.  
Public MethodPaintCellOverloaded.   
Public MethodParse Parses the specified string to the data type of the cell type and returns it as an object.  
Public MethodSetEditorValue Sets the value of the editor control.  
Public MethodShowSubEditor Shows the subeditor control associated with the cell.  
Public MethodStartEditing Starts the editing of a cell.  
Public MethodStopEditing Stops the editing of a cell.  
Top

Protected Methods

 NameDescription
Protected MethodFireEditorValueChanged Fires the EditorValueChanged event if there are any delegates attached.  
Top

Public Events

 NameDescription
Public EventEditingCanceled Occurs when editing (the editor control) has been canceled by the user.  
Public EventEditingStopped Occurs when editing (the editor control) has been stopped by the user.  
Public EventEditorValueChanged Occurs when value (the editor control) has been changed by the user.  
Top

See Also