Metodo move_to_range
move_to_range
Sposta la forma in un intervallo specificato.
def move_to_range(self, upper_left_row, upper_left_column, lower_right_row, lower_right_column):
...
Parametro | Tipo | Descrizione |
---|---|---|
upper_left_row | int | Indice della riga in alto a sinistra. |
upper_left_column | int | Indice della colonna in alto a sinistra. |
lower_right_row | int | Indice della riga in basso a destra |
lower_right_column | int | Indice della colonna in basso a destra |
Esempio
shape.move_to_range(12, 3, 13, 5)
Guarda anche
- modulo
aspose.cells.drawing
- classe
LineShape