VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Office.Spreadsheet.UI.Controls Namespace / FilePanel Class / CloseDocument(Boolean) Method
Syntax Requirements SeeAlso
In This Topic
    CloseDocument(Boolean) Method (FilePanel)
    In This Topic
    Closes the document.
    Syntax
    'Declaration
    
    Public Function CloseDocument( _
    ByVal needCheckChanges
    A value indicating whether the file panel should be check changes before closing document.
    As Boolean _
    ) As Boolean
    public bool CloseDocument(
    bool needCheckChanges
    )
    public: bool CloseDocument(
    bool needCheckChanges
    )
    public:
    bool CloseDocument(
    bool needCheckChanges
    )

    Parameters

    needCheckChanges
    A value indicating whether the file panel should be check changes before closing document.

    Return Value

    True if the action is executed; otherwise false.
    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also