Spread Windows Forms 13.0 Product Documentation
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / MultiOptionCellType Class

In This Topic
    MultiOptionCellType Class Methods
    In This Topic

    For a list of all members of this type, see MultiOptionCellType members.

    Public Methods
     NameDescription
    Public Method 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)
    Public MethodOverridden.  Cancels the editing of a cell.  
    Public Method Determines whether a cell can overflow its data into an adjacent cell. (Inherited from FarPoint.Win.Spread.CellType.BaseCellType)
    Public MethodOverridden.  Creates and returns a multiple option button cell.  
    Public Method Loads the object from XML.  
    Public MethodOverridden.  Formats the specified data into the format of the cell type and returns it as a string.  
    Public MethodOverloaded. Overridden.  Gets the edit control for this cell type with the specified appearance and scaling.  
    Public MethodOverridden.  Gets the unformatted value in the editor control.  
    Public Method Gets a rectangle to draw the error icon in. (Inherited from FarPoint.Win.Spread.CellType.BaseCellType)
    Public MethodOverloaded. Overridden.  Gets the preferred (maximum required) size of the cell for the renderer control.  
    Public MethodOverridden.  Gets the cursor reserved for this cell type.  
    Public Method Gets whether the cell type supports the named property. (Inherited from FarPoint.Win.Spread.CellType.BaseCellType)
    Public MethodOverridden.  Determines whether the specified key has special meaning to the editor control.  
    Public Method Checks if this celltype is reusable.  
    Public Method Determines whether the specified value is valid. (Inherited from FarPoint.Win.Spread.CellType.BaseCellType)
    Public MethodOverloaded. Overridden.  Paints the cell when not in edit mode to the specified graphics interface with the specified appearance settings.  
    Public MethodOverridden.  Parses the specified string to the data type of the cell type and returns it as an object.  
    Public Method Saves the object to XML.  
    Public MethodOverridden.  Sets the value of the editor control.  
    Public Method Shows the subeditor control associated with the cell. (Inherited from FarPoint.Win.Spread.CellType.BaseCellType)
    Public MethodOverridden.  Starts the editing of a cell.  
    Public MethodOverridden.  Stops the editing of a cell.  
    Top
    See Also