Name | Description | |
---|---|---|
RichTextCellType Constructor | Overloaded. |
The following tables list the members exposed by RichTextCellType.
Name | Description | |
---|---|---|
RichTextCellType Constructor | Overloaded. |
Name | Description | |
---|---|---|
AllowArrowKeysMoveActiveCell | Gets or sets whether to allow the arrow keys to move the active cell. | |
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 | |
---|---|---|
ExtraRendererSettings | Gets the conditional formatting settings. (Inherited from FarPoint.Win.Spread.CellType.BaseCellType) |
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. | |
GetErrorIconBound | Gets a rectangle to draw the error icon in. (Inherited from FarPoint.Win.Spread.CellType.BaseCellType) | |
GetObjectData | Serializes the cell type. | |
GetPreferredSize | Overloaded. Overridden. Gets the preferred (maximum required) size of the cell for the renderer control. | |
GetReservedCursor | Overridden. Gets the cursor reserved for this cell type. | |
InitializeEditorControl | Initializes the editor control. | |
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) | |
IsReservedLocation | Determines whether the specified cursor location has special meaning to the editor control. (Inherited from FarPoint.Win.Spread.CellType.BaseCellType) | |
IsReusable | Checks 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. | |
ToString | Converts the name of the cell type to a string. (Inherited from FarPoint.Win.Spread.CellType.BaseCellType) |
Name | Description | |
---|---|---|
CloneCore | Creates a new object that is a copy of the current instance. (Inherited from FarPoint.Win.Spread.CellType.BaseCellType) | |
FireEditingCanceled | Fires the EditingCanceled event if there are any delegates attached. (Inherited from FarPoint.Win.Spread.CellType.BaseCellType) | |
FireEditingStopped | Fires the EditingStopped event if there are any delegates attached. (Inherited from FarPoint.Win.Spread.CellType.BaseCellType) | |
FireEditorValueChanged | Fires the EditorValueChanged event if there are any delegates attached. (Inherited from FarPoint.Win.Spread.CellType.BaseCellType) | |
GetFormatterCore | Gets the formatter which represents the behavior of this cell type. (Inherited from FarPoint.Win.Spread.CellType.BaseCellType) | |
IsCaretInTheBeginning | Overridden. Gets whether the caret is in the beginning. | |
IsCaretInTheEnd | Overridden. Gets whether the caret is at the end. | |
IsCaretInTheFirstLine | Overridden. Gets whether the caret is in the first line. | |
IsCaretInTheLastLine | Overridden. Gets whether the caret is in the last line. | |
MeasureString | Measures the string size. | |
PaintEnhancedConditionalFormat | Paints the enhanced conditional format. (Inherited from FarPoint.Win.Spread.CellType.BaseCellType) | |
ParseCore | Parses the specified string to the data type of the cell type and returns it as an object. (Inherited from FarPoint.Win.Spread.CellType.BaseCellType) | |
ToNumberFormatCore | Converts this cell type to the corresponding GrapeCity.Spreadsheet.NumberFormat value. (Inherited from FarPoint.Win.Spread.CellType.BaseCellType) |
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 in the the editor control has been stopped by the user. (Inherited from FarPoint.Win.Spread.CellType.BaseCellType) | |
EditorValueChanged | Occurs when the value in the editor control has been changed by the user. (Inherited from FarPoint.Win.Spread.CellType.BaseCellType) |