Share via


BorderPropertiesType コンストラクター

定義

オーバーロード

BorderPropertiesType()

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

BorderPropertiesType(OpenXmlElement[])

指定した子要素を使用して BorderPropertiesType クラスの新しいインスタンスを初期化します。

BorderPropertiesType(IEnumerable<OpenXmlElement>)

指定した子要素を使用して BorderPropertiesType クラスの新しいインスタンスを初期化します。

BorderPropertiesType(String)

外側の XML から BorderPropertiesType クラスの新しいインスタンスを初期化します。

BorderPropertiesType()

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

protected BorderPropertiesType ();
Protected Sub New ()

適用対象

BorderPropertiesType(OpenXmlElement[])

指定した子要素を使用して BorderPropertiesType クラスの新しいインスタンスを初期化します。

protected BorderPropertiesType (params DocumentFormat.OpenXml.OpenXmlElement[] childElements);
new DocumentFormat.OpenXml.Spreadsheet.BorderPropertiesType : DocumentFormat.OpenXml.OpenXmlElement[] -> DocumentFormat.OpenXml.Spreadsheet.BorderPropertiesType
Protected Sub New (ParamArray childElements As OpenXmlElement())

パラメーター

childElements
OpenXmlElement[]

子要素を指定します。

適用対象

BorderPropertiesType(IEnumerable<OpenXmlElement>)

指定した子要素を使用して BorderPropertiesType クラスの新しいインスタンスを初期化します。

protected BorderPropertiesType (System.Collections.Generic.IEnumerable<DocumentFormat.OpenXml.OpenXmlElement> childElements);
new DocumentFormat.OpenXml.Spreadsheet.BorderPropertiesType : seq<DocumentFormat.OpenXml.OpenXmlElement> -> DocumentFormat.OpenXml.Spreadsheet.BorderPropertiesType
Protected Sub New (childElements As IEnumerable(Of OpenXmlElement))

パラメーター

childElements
IEnumerable<OpenXmlElement>

子要素を指定します。

適用対象

BorderPropertiesType(String)

外側の XML から BorderPropertiesType クラスの新しいインスタンスを初期化します。

protected BorderPropertiesType (string outerXml);
new DocumentFormat.OpenXml.Spreadsheet.BorderPropertiesType : string -> DocumentFormat.OpenXml.Spreadsheet.BorderPropertiesType
Protected Sub New (outerXml As String)

パラメーター

outerXml
String

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

適用対象