ResizeWithCells Constructors

Definition

Overloads

ResizeWithCells()

Initializes a new instance of the ResizeWithCells class.

ResizeWithCells(String)

Initializes a new instance of the ResizeWithCells class with the specified text content.

ResizeWithCells()

Initializes a new instance of the ResizeWithCells class.

public ResizeWithCells ();
Public Sub New ()

Applies to

ResizeWithCells(String)

Initializes a new instance of the ResizeWithCells class with the specified text content.

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

Parameters

text
String

Specifies the text content of the element.

Applies to