The following tables list the members exposed by RichTextCellType.
Name | Description | |
---|---|---|
RichTextCellType Constructor | Overloaded. |
Name | Description | |
---|---|---|
BackgroundImage | Gets or sets the background image for the cell. | |
IsFormulaValue | Determines whether the editor contains a formula. | |
MaxLength | Gets or sets the maximum number of characters allowed in the rich text cell. | |
Multiline | Gets or sets whether multiple lines of text are allowed. | |
ReadOnly | Gets or sets whether text is read only. | |
ScrollBars | Gets or sets which scroll bars to display for the rich text cell. | |
Static | Gets or sets whether text can be selected. | |
SubEditor | Overridden. Gets or sets the subeditor. | |
WordWrap | Gets or sets whether text that is too long to fit in the cell wraps to additional lines. |
Name | Description | |
---|---|---|
CanBeOverflown | Determines whether data from another cell can overflow into this cell (whether this cell can be overflowed into). (Inherited from FarPoint.Win.Spread.CellType.BaseCellType) | |
CancelEditing | Overridden. Cancels the editing of a cell. | |
CanOverflow | Overridden. Determines whether the cell can overflow into adjacent cells. | |
Clone | Overridden. Creates and returns a rich text cell. | |
Deserialize | Loads the object from XML. | |
Format | Overridden. Formats the object. | |
GetEditorControl | Overloaded. Overridden. Gets the edit control for this cell type with the specified appearance and scaling. | |
GetEditorValue | Overridden. Gets the unformatted value in the edit control. | |
GetPreferredSize | Overloaded. Overridden. Gets the preferred (maximum needed) size of the cell for the renderer control. | |
GetReservedCursor | Overridden. Gets the cursor reserved for this cell type. | |
IsPropertySupported | Gets whether the cell type supports the named property. (Inherited from FarPoint.Win.Spread.CellType.BaseCellType) | |
IsReservedKey | Determines whether the specified key has special meaning to the editor control. (Inherited from FarPoint.Win.Spread.CellType.BaseCellType) | |
IsReusable | Check if this celltype is reusable. | |
IsValid | Overridden. Returns whether the entry is valid. | |
PaintCell | Overloaded. Overridden. Paints the rich text cell. | |
Parse | Overridden. Parses the string. | |
Serialize | Saves the object to XML. | |
SetEditorValue | Overridden. Sets the value of the edit control. | |
ShowSubEditor | Overridden. Shows the subeditor control associated with the cell. | |
StartEditing | Overridden. Starts the editing of a cell. | |
StopEditing | Overridden. Stops the editing of a cell. |
Name | Description | |
---|---|---|
FireEditorValueChanged | Fires the EditorValueChanged event if there are any delegates attached. (Inherited from FarPoint.Win.Spread.CellType.BaseCellType) | |
MeasureString | Measures the string size. |
Name | Description | |
---|---|---|
EditingCanceled | Occurs when editing (the editor control) has been canceled by the user. (Inherited from FarPoint.Win.Spread.CellType.BaseCellType) | |
EditingStopped | Occurs when editing (the editor control) has been stopped by the user. (Inherited from FarPoint.Win.Spread.CellType.BaseCellType) | |
EditorValueChanged | Occurs when value (the editor control) has been changed by the user. (Inherited from FarPoint.Win.Spread.CellType.BaseCellType) |
Reference
RichTextCellType ClassFarPoint.Win.Spread.CellType Namespace
User-Task Documentation
Setting a Rich Text CellWorking with Graphical Cell Types