InsertRange
Contenuti
[
Nascondere
]InsertRange(GridCellArea, GridShiftType)
Inserisce un intervallo di celle e sposta le celle in base all’opzione di spostamento.
public void InsertRange(GridCellArea area, GridShiftType shiftType)
Parametro | Tipo | Descrizione |
---|---|---|
area | GridCellArea | Zona di cambio. |
shiftType | GridShiftType | Opzione Sposta celle. |
Guarda anche
- class GridCellArea
- enum GridShiftType
- class GridCells
- spazio dei nomi Aspose.Cells.GridWeb.Data
- assemblea Aspose.Cells.GridWeb
InsertRange(GridCellArea, int, GridShiftType, bool)
Inserisce un intervallo di celle e sposta le celle in base all’opzione di spostamento.
public void InsertRange(GridCellArea area, int shiftNumber, GridShiftType shiftType,
bool updateReference)
Parametro | Tipo | Descrizione |
---|---|---|
area | GridCellArea | Zona di cambio. |
shiftNumber | Int32 | Numero di righe o colonne da inserire. |
shiftType | GridShiftType | Opzione Sposta celle. |
updateReference | Boolean | Indica se aggiornare i riferimenti in altri fogli di lavoro. |
Guarda anche
- class GridCellArea
- enum GridShiftType
- class GridCells
- spazio dei nomi Aspose.Cells.GridWeb.Data
- assemblea Aspose.Cells.GridWeb