次の方法で共有


MacroSheetPart.AddCustomPropertyPart Method (CustomPropertyPartType, String)

Adds a CustomPropertyPart to the MacroSheetPart.

Namespace: DocumentFormat.OpenXml.Packaging
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'宣言
Public Function AddCustomPropertyPart ( _
    partType As CustomPropertyPartType, _
    id As String _
) As CustomPropertyPart
'使用
Dim instance As MacroSheetPart
Dim partType As CustomPropertyPartType
Dim id As String
Dim returnValue As CustomPropertyPart

returnValue = instance.AddCustomPropertyPart(partType, _
    id)
public CustomPropertyPart AddCustomPropertyPart(
    CustomPropertyPartType partType,
    string id
)

Parameters

Return Value

Type: DocumentFormat.OpenXml.Packaging.CustomPropertyPart
The newly added part.

See Also

Reference

MacroSheetPart Class

MacroSheetPart Members

AddCustomPropertyPart Overload

DocumentFormat.OpenXml.Packaging Namespace