CustomProperties コンストラクター

定義

オーバーロード

CustomProperties()

ユーザー クラスの新しいインスタンスを初期化します。

CustomProperties(OpenXmlElement[])

指定した子要素を使用してユーザー設定プロパティ クラスの新しいインスタンスを初期化します。

CustomProperties(IEnumerable<OpenXmlElement>)

指定した子要素を使用してユーザー設定プロパティ クラスの新しいインスタンスを初期化します。

CustomProperties(String)

外側の XML からユーザー設定プロパティ クラスの新しいインスタンスを初期化します。

CustomProperties()

ユーザー クラスの新しいインスタンスを初期化します。

public CustomProperties ();
Public Sub New ()

適用対象

CustomProperties(OpenXmlElement[])

指定した子要素を使用してユーザー設定プロパティ クラスの新しいインスタンスを初期化します。

public CustomProperties (params DocumentFormat.OpenXml.OpenXmlElement[] childElements);
new DocumentFormat.OpenXml.Spreadsheet.CustomProperties : DocumentFormat.OpenXml.OpenXmlElement[] -> DocumentFormat.OpenXml.Spreadsheet.CustomProperties
Public Sub New (ParamArray childElements As OpenXmlElement())

パラメーター

childElements
OpenXmlElement[]

子要素を指定します。

適用対象

CustomProperties(IEnumerable<OpenXmlElement>)

指定した子要素を使用してユーザー設定プロパティ クラスの新しいインスタンスを初期化します。

public CustomProperties (System.Collections.Generic.IEnumerable<DocumentFormat.OpenXml.OpenXmlElement> childElements);
new DocumentFormat.OpenXml.Spreadsheet.CustomProperties : seq<DocumentFormat.OpenXml.OpenXmlElement> -> DocumentFormat.OpenXml.Spreadsheet.CustomProperties
Public Sub New (childElements As IEnumerable(Of OpenXmlElement))

パラメーター

childElements
IEnumerable<OpenXmlElement>

子要素を指定します。

適用対象

CustomProperties(String)

外側の XML からユーザー設定プロパティ クラスの新しいインスタンスを初期化します。

public CustomProperties (string outerXml);
new DocumentFormat.OpenXml.Spreadsheet.CustomProperties : string -> DocumentFormat.OpenXml.Spreadsheet.CustomProperties
Public Sub New (outerXml As String)

パラメーター

outerXml
String

要素の外側の XML を指定します。

適用対象