Spread Windows Forms 17
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)
    public SheetView( 
       string name
    )

    Parameters

    name
    Name of sheet
    See Also