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

In This Topic
    AddSheet(String,Int32,Int32) Method
    In This Topic
    Adds a new sheet to this book.
    Syntax
    'Declaration
     
    
    Public Overloads Function AddSheet( _
       ByVal sheetName As String, _
       ByVal rows As Integer, _
       ByVal cols As Integer _
    ) As Boolean
    public bool AddSheet( 
       string sheetName,
       int rows,
       int cols
    )

    Parameters

    sheetName
    rows
    cols
    See Also