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


In This Topic
    FpSpread Constructor()
    In This Topic
    Creates a new spreadsheet component with only one sheet.
    Syntax
    'Declaration
     
    
    Public Function New()
    'Usage
     
    
    Dim instance As New FpSpread()
    public FpSpread()
    Remarks
    This constructor creates a Spread component with only one sheet. Use the other FpSpread(Int) constructor to set it up with more sheets.
    Example
    This example dynamically creates an instance of the spreadsheet component.
    See Also