[]
        
(Showing Draft Content)

C1.WPF.FlexGrid.C1FlexSheet.AddSheet

AddSheet Method

AddSheet(string, int, int)

Adds a new sheet to this book.

Declaration
public bool AddSheet(string sheetName, int rows, int cols)
Parameters
Type Name Description
string sheetName
int rows
int cols
Returns
Type Description
bool

AddSheet(string, IEnumerable)

Adds a new bound sheet to this book and selects the new sheet.

Declaration
public bool AddSheet(string sheetName, IEnumerable itemsSource)
Parameters
Type Name Description
string sheetName
IEnumerable itemsSource
Returns
Type Description
bool