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


In This Topic
    FpSpread Constructor(Int32)
    In This Topic
    Creates a new spreadsheet component with the specified number of sheets.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal sheetCount As Integer _
    )
    'Usage
     
    
    Dim sheetCount As Integer
     
    Dim instance As New FpSpread(sheetCount)
    public FpSpread( 
       int sheetCount
    )

    Parameters

    sheetCount
    Number of sheets
    Example
    This example dynamically creates an instance of the spreadsheet component.
    See Also