Share via


CustomXMLPartClass.Load Method

Namespace:  Microsoft.Office.Core
Assembly:  office (in office.dll)

Syntax

'Declaration
Public Overridable Function Load ( _
    FilePath As String _
) As Boolean
'Usage
Dim instance As CustomXMLPartClass
Dim FilePath As String
Dim returnValue As Boolean

returnValue = instance.Load(FilePath)
public virtual bool Load(
    string FilePath
)

Parameters

Return Value

Type: System.Boolean

Implements

_CustomXMLPart.Load(String)

See Also

Reference

CustomXMLPartClass Class

CustomXMLPartClass Members

Microsoft.Office.Core Namespace