FlexSheet for WPF | ComponentOne
C1.WPF.FlexGrid Namespace / C1FlexSheet Class / AddSheet Method / AddSheet(String,IEnumerable) Method

In This Topic
    AddSheet(String,IEnumerable) Method
    In This Topic
    Adds a new bound sheet to this book and selects the new sheet.
    Syntax
    'Declaration
     
    
    Public Overloads Function AddSheet( _
       ByVal sheetName As String, _
       ByVal itemsSource As IEnumerable _
    ) As Boolean

    Parameters

    sheetName
    itemsSource
    See Also