FarPoint.Win.Spread Assembly > FarPoint.Win.Spread.CellType Namespace : ICellType Interface |
The following tables list the members exposed by ICellType.
Name | Description | |
---|---|---|
CanBeOverflown | Determines whether adjacent cells can overflow into this cell. (Inherited from FarPoint.Win.Spread.CellType.IRenderer) | |
CancelEditing | Cancels cell editing. (Inherited from FarPoint.Win.Spread.CellType.IEditor) | |
CanOverflow | Determines whether this cell can overflow into an adjacent cell. (Inherited from FarPoint.Win.Spread.CellType.IRenderer) | |
Format | Formats the specified object as a string. (Inherited from FarPoint.Win.Spread.CellType.IFormatter) | |
GetEditorControl | Gets the control associated with the editor. (Inherited from FarPoint.Win.Spread.CellType.IEditor) | |
GetEditorValue | Gets the value in the editor control. (Inherited from FarPoint.Win.Spread.CellType.IEditor) | |
GetPreferredSize | Gets the preferred (maximum needed) size of the cell for the editor control. (Inherited from FarPoint.Win.Spread.CellType.IEditor) | |
GetReservedCursor | Gets the cursor reserved for this editor. (Inherited from FarPoint.Win.Spread.CellType.IEditor) | |
IsReservedKey | Determines whether the specified key has special meaning to the editor control. (Inherited from FarPoint.Win.Spread.CellType.IEditor) | |
IsReservedLocation | Determines whether the specified cursor location has special meaning to the editor control. (Inherited from FarPoint.Win.Spread.CellType.IEditor) | |
IsValid | Determines whether the specified value is valid. (Inherited from FarPoint.Win.Spread.CellType.IEditor) | |
PaintCell | Paints the cell when not editing. (Inherited from FarPoint.Win.Spread.CellType.IRenderer) | |
Parse | Parses the specified string into the desired object. (Inherited from FarPoint.Win.Spread.CellType.IFormatter) | |
SetEditorValue | Sets the value of the editor control. (Inherited from FarPoint.Win.Spread.CellType.IEditor) | |
ShowSubEditor | Shows the subeditor control associated with the cell. (Inherited from FarPoint.Win.Spread.CellType.IEditor) | |
StartEditing | Starts cell editing with the specified options. (Inherited from FarPoint.Win.Spread.CellType.IEditor) | |
StopEditing | Stops cell editing. (Inherited from FarPoint.Win.Spread.CellType.IEditor) |