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 (prints) the cell to PDF 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) |