Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / CurrencyCellType Class / CurrencyCellType Constructor / CurrencyCellType Constructor()
Example


In This Topic
    CurrencyCellType Constructor()
    In This Topic
    Creates a new currency cell.
    Syntax
    'Declaration
     
    
    Public Function New()
    'Usage
     
    
    Dim instance As New CurrencyCellType()
    public CurrencyCellType()
    Example
    This example creates a spreadsheet with 7 columns and 50 rows. It then creates a CurrencyCell object. A loop assigns the cells in the first column to be currency cells and places values in them.
    See Also