Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Dialogs Namespace / BuiltInDialogs Class / InsertSheet Method
The FarPoint.Win.Spread.FpSpread owner.


In This Topic
    InsertSheet Method (BuiltInDialogs)
    In This Topic
    Show the InsertSheet Dialog
    Syntax
    'Declaration
     
    
    Public Shared Sub InsertSheet( _
       ByVal spread As FpSpread _
    ) 
    'Usage
     
    
    Dim spread As FpSpread
     
    BuiltInDialogs.InsertSheet(spread)
    public static void InsertSheet( 
       FpSpread spread
    )

    Parameters

    spread
    The FarPoint.Win.Spread.FpSpread owner.
    See Also