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

In This Topic
    CurrencyCellType Class Methods
    In This Topic

    For a list of all members of this type, see CurrencyCellType 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.EditBaseCellType)
    Public Method Cancels the editing of a cell. (Inherited from FarPoint.Win.Spread.CellType.EditBaseCellType)
    Public Method Determines whether the cell can overflow into adjacent cells. (Inherited from FarPoint.Win.Spread.CellType.EditBaseCellType)
    Public MethodOverridden.  Creates and returns a currency cell.  
    Public MethodOverridden.  Loads the object from XML.  
    Public Method Formats the specified data into the format of the cell type and returns it as a string. (Inherited from FarPoint.Win.Spread.CellType.EditBaseCellType)
    Public MethodOverloaded. Overridden.  Gets the edit control for this cell type with the specified appearance and scaling.  
    Public Method Gets the unformatted value in the editor control. (Inherited from FarPoint.Win.Spread.CellType.EditBaseCellType)
    Public Method (Inherited from FarPoint.Win.Spread.CellType.EditBaseCellType)
    Public Method Gets the horizontal alignment based on the value. (Inherited from FarPoint.Win.Spread.CellType.EditBaseCellType)
    Public MethodOverloaded. Overridden.  Gets the preferred (maximum required) size of the cell for the editor control.  
    Public Method Gets the cursor reserved for this cell type. (Inherited from FarPoint.Win.Spread.CellType.EditBaseCellType)
    Public Method Implementation of IReuseEditorControl.GetEditorControl for use by cell types. (Inherited from FarPoint.Win.Spread.CellType.EditBaseCellType)
    Public Method Gets the vertical alignment based on the value. (Inherited from FarPoint.Win.Spread.CellType.EditBaseCellType)
    Public Method Gets whether the cell type supports the named property. (Inherited from FarPoint.Win.Spread.CellType.BaseCellType)
    Public Method Determines whether the specified key has special meaning to the editor control. (Inherited from FarPoint.Win.Spread.CellType.EditBaseCellType)
    Public Method Determines whether the specified cursor location has special meaning to the editor control. (Inherited from FarPoint.Win.Spread.CellType.EditBaseCellType)
    Public Method Checks if this celltype is reusable.  
    Public MethodOverridden.  Determines whether the specified value can be converted to a decimal value and is between the minimum and maximum allowed value.  
    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 MethodOverridden.  Saves the object to XML.  
    Public Method Sets the text for the pop-up calculator.  
    Public Method Gets or sets the current culture. (Inherited from FarPoint.Win.Spread.CellType.EditBaseCellType)
    Public MethodOverridden.   
    Public Method Shows the subeditor control associated with the cell. (Inherited from FarPoint.Win.Spread.CellType.EditBaseCellType)
    Public Method Starts the editing of a cell. (Inherited from FarPoint.Win.Spread.CellType.EditBaseCellType)
    Public Method Stops the editing of a cell. (Inherited from FarPoint.Win.Spread.CellType.EditBaseCellType)
    Top
    See Also