Share via


MoveWithCells Constructors

Definition

Overloads

MoveWithCells()

Initializes a new instance of the MoveWithCells class.

MoveWithCells(String)

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

MoveWithCells()

Initializes a new instance of the MoveWithCells class.

public MoveWithCells ();
Public Sub New ()

Applies to

MoveWithCells(String)

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

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

Parameters

text
String

Specifies the text content of the element.

Applies to