FarPoint.Win.Spread Assembly > FarPoint.Win.Spread.CellType Namespace : ImageCellType Class |
The following tables list the members exposed by ImageCellType.
Name | Description | |
---|---|---|
ImageCellType Constructor | Overloaded. |
Name | Description | |
---|---|---|
Style | Gets or sets the render style of the image. | |
SubEditor | Gets or sets the subeditor. (Inherited from FarPoint.Win.Spread.CellType.BaseCellType) | |
TransparencyColor | Gets or sets the transparency color in the image. | |
TransparencyTolerance | Gets or sets the transparency tolerance in the image. |
Name | Description | |
---|---|---|
ExtraRendererSettings | Gets the conditional formatting settings. (Inherited from FarPoint.Win.Spread.CellType.BaseCellType) |
Name | Description | |
---|---|---|
CanBeOverflown | Overridden. Determines whether data from another cell can overflow into this cell (whether this cell can be overflowed into). | |
CancelEditing | Cancels the editing of a cell. (Inherited from FarPoint.Win.Spread.CellType.BaseCellType) | |
CanOverflow | Overridden. Determines whether a cell can overflow its data into an adjacent cell. | |
Clone | Creates and returns a base cell. (Inherited from FarPoint.Win.Spread.CellType.BaseCellType) | |
Deserialize | Loads the object from XML. | |
Format | Overridden. Formats the specified data into the format of the cell type, and since this cell type does not support formatting, it does nothing. | |
GetBase64String | Gets the base-64 string encoding for the byte array serialization of the image. | |
GetBytes | Gets the byte array serialization for the image. | |
GetEditorControl | Overridden. Gets the control used by the image cell (returns null since this cell type does not support editing). | |
GetEditorValue | Overridden. Gets the unformatted value in the editor control (does nothing since this cell type does not support editing). | |
GetErrorIconBound | Gets a rectangle to draw the error icon in. (Inherited from FarPoint.Win.Spread.CellType.BaseCellType) | |
GetImage | Gets an Image object from its base-64 string encoding, byte array, or stream serialization. | |
GetPreferredSize | Overloaded. Overridden. Gets the preferred (maximum required) size of the image cell for the renderer control. | |
GetReservedCursor | Gets the cursor reserved for this cell type. (Inherited from FarPoint.Win.Spread.CellType.BaseCellType) | |
IsPropertySupported | Overridden. Gets whether the cell type supports the named property. | |
IsReservedKey | Determines whether the specified key has special meaning to the editor control. (Inherited from FarPoint.Win.Spread.CellType.BaseCellType) | |
IsValid | Overridden. Determines whether the specified value is valid (Image). | |
PaintCell | Overloaded. Overridden. Paints the image cell when not in edit mode to the specified graphics interface with the specified appearance settings. | |
Parse | Overridden. Parses the specified string to the data type of the cell type (does nothing since this cell type does not support parsing). | |
Serialize | Saves the object to XML. | |
SetEditorValue | Overridden. Sets the value of the editor control (does nothing since this cell type does not support editing). | |
ShowSubEditor | Shows the subeditor control associated with the cell. (Inherited from FarPoint.Win.Spread.CellType.BaseCellType) | |
StartEditing | Starts the editing of a cell. (Inherited from FarPoint.Win.Spread.CellType.BaseCellType) | |
StopEditing | Stops the editing of a cell. (Inherited from FarPoint.Win.Spread.CellType.BaseCellType) |
Name | Description | |
---|---|---|
FireEditorValueChanged | Fires the EditorValueChanged event if there are any delegates attached. (Inherited from FarPoint.Win.Spread.CellType.BaseCellType) | |
IsCaretInTheBeginning | Gets whether the caret is in the beginning. (Inherited from FarPoint.Win.Spread.CellType.BaseCellType) | |
IsCaretInTheEnd | Gets whether the caret is at the end. (Inherited from FarPoint.Win.Spread.CellType.BaseCellType) | |
IsCaretInTheFirstLine | Gets whether the caret is in the first line. (Inherited from FarPoint.Win.Spread.CellType.BaseCellType) | |
IsCaretInTheLastLine | Gets whether the caret is in the last line. (Inherited from FarPoint.Win.Spread.CellType.BaseCellType) | |
PaintEnhancedConditionalFormat | Paints the enhanced conditional format. (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) |
ImageCellType Class
FarPoint.Win.Spread.CellType Namespace
Setting an Image Cell Type
Working with Graphical Cell Types