FlexSheet for WPF | ComponentOne
C1.WPF.FlexGrid Namespace / SheetCollection Class / InsertSheet Method

In This Topic
    InsertSheet Method
    In This Topic
    Inserts a new sheet at the currently selected position or appends it to the collection.
    Syntax
    'Declaration
     
    
    Public Sub InsertSheet( _
       ByVal append As Boolean _
    ) 
    public void InsertSheet( 
       bool append
    )

    Parameters

    append
    See Also