[]
        
(Showing Draft Content)

GrapeCity.Spreadsheet.IWorksheets.Add

Add Method

Add(string, int)

Creates a new IWorksheet.

Declaration
IWorksheet Add(string worksheetName = null, int insertAt = -1)
Function Add(Optional worksheetName As String = Nothing, Optional insertAt As Integer = -1) As IWorksheet
Parameters
Type Name Description
string worksheetName

A string value indicates the name of the IWorksheet.

int insertAt

An integer value indicates the position of the new created IWorksheet.

Returns
Type Description
IWorksheet