MoveWithCells Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.