MacroSheetPart.AddCustomPropertyPart メソッド

定義

オーバーロード

AddCustomPropertyPart(CustomPropertyPartType)

CustomPropertyPart を MacroSheetPart に追加します。

AddCustomPropertyPart(String)

CustomPropertyPart を MacroSheetPart に追加します。

AddCustomPropertyPart(CustomPropertyPartType, String)

CustomPropertyPart を MacroSheetPart に追加します。

AddCustomPropertyPart(String, String)

CustomPropertyPart を MacroSheetPart に追加します。

AddCustomPropertyPart(CustomPropertyPartType)

CustomPropertyPart を MacroSheetPart に追加します。

public DocumentFormat.OpenXml.Packaging.CustomPropertyPart AddCustomPropertyPart (DocumentFormat.OpenXml.Packaging.CustomPropertyPartType partType);
member this.AddCustomPropertyPart : DocumentFormat.OpenXml.Packaging.CustomPropertyPartType -> DocumentFormat.OpenXml.Packaging.CustomPropertyPart
Public Function AddCustomPropertyPart (partType As CustomPropertyPartType) As CustomPropertyPart

パラメーター

partType
CustomPropertyPartType

CustomPropertyPart のパーツの種類。

戻り値

CustomPropertyPart

新しく追加されたパーツ。

適用対象

AddCustomPropertyPart(String)

CustomPropertyPart を MacroSheetPart に追加します。

public DocumentFormat.OpenXml.Packaging.CustomPropertyPart AddCustomPropertyPart (string contentType);
member this.AddCustomPropertyPart : string -> DocumentFormat.OpenXml.Packaging.CustomPropertyPart
Public Function AddCustomPropertyPart (contentType As String) As CustomPropertyPart

パラメーター

contentType
String

CustomPropertyPart のコンテンツ タイプを指定します。

戻り値

CustomPropertyPart

新しく追加されたパーツ。

適用対象

AddCustomPropertyPart(CustomPropertyPartType, String)

CustomPropertyPart を MacroSheetPart に追加します。

public DocumentFormat.OpenXml.Packaging.CustomPropertyPart AddCustomPropertyPart (DocumentFormat.OpenXml.Packaging.CustomPropertyPartType partType, string id);
member this.AddCustomPropertyPart : DocumentFormat.OpenXml.Packaging.CustomPropertyPartType * string -> DocumentFormat.OpenXml.Packaging.CustomPropertyPart
Public Function AddCustomPropertyPart (partType As CustomPropertyPartType, id As String) As CustomPropertyPart

パラメーター

partType
CustomPropertyPartType

CustomPropertyPart のパーツの種類。

id
String

リレーションシップ ID。

戻り値

CustomPropertyPart

新しく追加されたパーツ。

適用対象

AddCustomPropertyPart(String, String)

CustomPropertyPart を MacroSheetPart に追加します。

public DocumentFormat.OpenXml.Packaging.CustomPropertyPart AddCustomPropertyPart (string contentType, string id);
member this.AddCustomPropertyPart : string * string -> DocumentFormat.OpenXml.Packaging.CustomPropertyPart
Public Function AddCustomPropertyPart (contentType As String, id As String) As CustomPropertyPart

パラメーター

contentType
String

CustomPropertyPart のコンテンツ タイプを指定します。

id
String

リレーションシップ ID。

戻り値

CustomPropertyPart

新しく追加されたパーツ。

適用対象