次の方法で共有


RowBreaks コンストラクター

定義

オーバーロード

RowBreaks()

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

RowBreaks(OpenXmlElement[])

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

RowBreaks(IEnumerable<OpenXmlElement>)

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

RowBreaks(String)

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

RowBreaks()

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

public RowBreaks ();
Public Sub New ()

適用対象

RowBreaks(OpenXmlElement[])

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

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

パラメーター

childElements
OpenXmlElement[]

子要素を指定します。

適用対象

RowBreaks(IEnumerable<OpenXmlElement>)

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

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

パラメーター

childElements
IEnumerable<OpenXmlElement>

子要素を指定します。

適用対象

RowBreaks(String)

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

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

パラメーター

outerXml
String

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

適用対象