Move

Chart.Move method

Déplace le graphique vers un emplacement spécifié.

public void Move(int upperLeftRow, int upperLeftColumn, int lowerRightRow, int lowerRightColumn)
ParamètreTaperLa description
upperLeftColumnInt32Index de la colonne en haut à gauche.
upperLeftRowInt32Index de ligne en haut à gauche.
lowerRightColumnInt32Index de la colonne en bas à droite
lowerRightRowInt32Index de ligne en bas à droite

Voir également