Worksheet Constructor(String)
In This Topic
Creates a new sheet with a specified name.
Syntax
'Declaration
Public Function New( _
ByVal As String _
)
'Usage
Dim name As String
Dim instance As New Worksheet(name)
public Worksheet(
string
)
Parameters
- name
- The name of the sheet.
See Also