Spread WinForms 15
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)

Parameters

workbook
The workbook.
See Also