[]
Creates a new IWorksheet.
IWorksheet Add(string worksheetName = null, int insertAt = -1)
Function Add(Optional worksheetName As String = Nothing, Optional insertAt As Integer = -1) As IWorksheet
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. |
Type | Description |
---|---|
IWorksheet |