次の方法で共有


Comment コンストラクター

定義

オーバーロード

Comment()

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

Comment(OpenXmlElement[])

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

Comment(IEnumerable<OpenXmlElement>)

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

Comment(String)

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

Comment()

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

public Comment ();
Public Sub New ()

適用対象

Comment(OpenXmlElement[])

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

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

パラメーター

childElements
OpenXmlElement[]

子要素を指定します。

適用対象

Comment(IEnumerable<OpenXmlElement>)

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

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

パラメーター

childElements
IEnumerable<OpenXmlElement>

子要素を指定します。

適用対象

Comment(String)

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

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

パラメーター

outerXml
String

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

適用対象