AutoFill コンストラクター

定義

オーバーロード

AutoFill()

オートフィル クラスの新しいインスタンスを初期化します。

AutoFill(String)

指定したテキスト コンテンツを自動入力クラスの新しいインスタンスを初期化します。

AutoFill()

オートフィル クラスの新しいインスタンスを初期化します。

public AutoFill ();
Public Sub New ()

適用対象

AutoFill(String)

指定したテキスト コンテンツを自動入力クラスの新しいインスタンスを初期化します。

public AutoFill (string text);
new DocumentFormat.OpenXml.Vml.Spreadsheet.AutoFill : string -> DocumentFormat.OpenXml.Vml.Spreadsheet.AutoFill
Public Sub New (text As String)

パラメーター

text
String

要素のテキスト コンテンツを指定します。

適用対象