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