Share via


Documents.CheckOut Method

Copies a specified document from a server to a local computer for editing.

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

Syntax

'Declaration
Sub CheckOut ( _
    FileName As String _
)
'Usage
Dim instance As Documents
Dim FileName As String

instance.CheckOut(FileName)
void CheckOut(
    string FileName
)

Parameters

  • FileName
    Type: System.String
    Required String. The name of the file to check out.

See Also

Reference

Documents Interface

Documents Members

Microsoft.Office.Interop.Word Namespace