Move

Chart.Move method

Flyttar diagrammet till en angiven plats.

public void Move(int upperLeftRow, int upperLeftColumn, int lowerRightRow, int lowerRightColumn)
ParameterTypBeskrivning
upperLeftColumnInt32Övre vänstra kolumnindex.
upperLeftRowInt32Övre vänstra radens index.
lowerRightColumnInt32Nedre högra kolumnindex
lowerRightRowInt32Nedre högra radindex

Se även