Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SheetView Class / SheetView Constructor / SheetView Constructor(String)
Name of sheet


In This Topic
SheetView Constructor(String)
In This Topic
Creates a sheet (SheetView object) with a specified name.
Syntax
'Declaration
 
Public Function New( _
   ByVal name As String _
)
 
'Usage
 
Dim name As String
 
Dim instance As New SheetView(name)

Parameters

name
Name of sheet
See Also