Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / DocumentPropertiesForm Class / DocumentPropertiesForm Constructor
The workbook.


In This Topic
    DocumentPropertiesForm Constructor
    In This Topic
    Initializes a new DocumentPropertiesForm. From DocumentPropertiesForm class.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal workbook As IWorkbook _
    )
    'Usage
     
    
    Dim workbook As IWorkbook
     
    Dim instance As New DocumentPropertiesForm(workbook)
    public DocumentPropertiesForm( 
       IWorkbook workbook
    )

    Parameters

    workbook
    The workbook.
    See Also