Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Commands Namespace / PrintAreaCommand Class / PrintAreaCommand Constructor


In This Topic
    PrintAreaCommand Constructor
    In This Topic
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal worksheet As Worksheet, _
       ByVal printArea As Reference _
    )
    'Usage
     
    
    Dim worksheet As Worksheet
    Dim printArea As Reference
     
    Dim instance As New PrintAreaCommand(worksheet, printArea)
    public PrintAreaCommand( 
       Worksheet worksheet,
       Reference printArea
    )

    Parameters

    worksheet
    printArea
    See Also