Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Dialogs Namespace / BuiltInDialogs Class / DocumentProperties Method
The associated workbook.


In This Topic
    DocumentProperties Method
    In This Topic
    Show the document properties dialog.
    Syntax
    'Declaration
     
    
    Public Shared Sub DocumentProperties( _
       ByVal workbook As IWorkbook _
    ) 
    'Usage
     
    
    Dim workbook As IWorkbook
     
    BuiltInDialogs.DocumentProperties(workbook)
    public static void DocumentProperties( 
       IWorkbook workbook
    )

    Parameters

    workbook
    The associated workbook.
    See Also