次の方法で共有


WorksheetPart.AddCustomPropertyPart メソッド

定義

オーバーロード

AddCustomPropertyPart(CustomPropertyPartType)

WorksheetPart に CustomPropertyPart を追加します

AddCustomPropertyPart(String)

WorksheetPart に CustomPropertyPart を追加します

AddCustomPropertyPart(CustomPropertyPartType, String)

WorksheetPart に CustomPropertyPart を追加します

AddCustomPropertyPart(String, String)

WorksheetPart に CustomPropertyPart を追加します

AddCustomPropertyPart(CustomPropertyPartType)

WorksheetPart に CustomPropertyPart を追加します

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 のパーツの種類

戻り値

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

適用対象

AddCustomPropertyPart(String)

WorksheetPart に CustomPropertyPart を追加します

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 のコンテンツ タイプ

戻り値

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

適用対象

AddCustomPropertyPart(CustomPropertyPartType, String)

WorksheetPart に CustomPropertyPart を追加します

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

戻り値

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

適用対象

AddCustomPropertyPart(String, String)

WorksheetPart に CustomPropertyPart を追加します

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

戻り値

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

適用対象