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
- FilePath
Type: System.String
Return Value
Type: System.Boolean