DeleteRange
GridCells.DeleteRange method
Elimina un intervallo di celle e sposta le celle in base all’opzione di spostamento.
public void DeleteRange(int startRow, int startColumn, int endRow, int endColumn,
GridShiftType shiftType)
Parametro | Tipo | Descrizione |
---|---|---|
startRow | Int32 | Inizio riga indice. |
startColumn | Int32 | Inizia l’indice della colonna. |
endRow | Int32 | Indice di fine riga. |
endColumn | Int32 | Indice della colonna finale. |
shiftType | GridShiftType | Opzione Sposta celle. |
Guarda anche
- enum GridShiftType
- class GridCells
- spazio dei nomi Aspose.Cells.GridWeb.Data
- assemblea Aspose.Cells.GridWeb