次の方法で共有


ResizeWithCells コンストラクター

定義

オーバーロード

ResizeWithCells()

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

ResizeWithCells(String)

指定したテキスト コンテンツを使用して ResizeWithCells クラスの新しいインスタンスを初期化します。

ResizeWithCells()

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

public ResizeWithCells ();
Public Sub New ()

適用対象

ResizeWithCells(String)

指定したテキスト コンテンツを使用して ResizeWithCells クラスの新しいインスタンスを初期化します。

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

パラメーター

text
String

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

適用対象