Compartilhar via


Método Chart.Move

This API supports the Visual Studio infrastructure and is not intended to be used directly from your code.

Namespace:  Microsoft.Office.Tools.Excel
Assembly:  Microsoft.Office.Tools.Excel (em Microsoft.Office.Tools.Excel.dll)

Sintaxe

'Declaração
Sub Move ( _
    Before As Object, _
    After As Object _
)
void Move(
    Object Before,
    Object After
)

Parâmetros

Comentários

Para mover o elemento gráfico a outra planilha, use o método de Location .

Segurança do .NET Framework

Consulte também

Referência

Chart Interface

Namespace Microsoft.Office.Tools.Excel