Compartilhar via


MoveWithCells Construtores

Definição

Sobrecargas

MoveWithCells()

Inicializa uma nova instância da classe MoveWithCells.

MoveWithCells(String)

Inicializa uma nova instância da classe MoveWithCells com o conteúdo de texto especificado.

MoveWithCells()

Inicializa uma nova instância da classe MoveWithCells.

public MoveWithCells();
Public Sub New ()

Aplica-se a

MoveWithCells(String)

Inicializa uma nova instância da classe MoveWithCells com o conteúdo de texto especificado.

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

Parâmetros

text
String

Especifica o conteúdo de texto do elemento .

Aplica-se a