InsertRange
Innehåll
[
Dölj
]InsertRange(GridCellArea, GridShiftType)
Infogar ett område av celler och skift celler enligt skiftalternativet.
public void InsertRange(GridCellArea area, GridShiftType shiftType)
| Parameter | Typ | Beskrivning |
|---|---|---|
| area | GridCellArea | Skiftområde. |
| shiftType | GridShiftType | Skift celler alternativ. |
Se även
- class GridCellArea
- enum GridShiftType
- class GridCells
- namnutrymme Aspose.Cells.GridWeb.Data
- hopsättning Aspose.Cells.GridWeb
InsertRange(GridCellArea, int, GridShiftType, bool)
Infogar ett område av celler och skift celler enligt skiftalternativet.
public void InsertRange(GridCellArea area, int shiftNumber, GridShiftType shiftType,
bool updateReference)
| Parameter | Typ | Beskrivning |
|---|---|---|
| area | GridCellArea | Skiftområde. |
| shiftNumber | Int32 | Antal rader eller kolumner som ska infogas. |
| shiftType | GridShiftType | Skift celler alternativ. |
| updateReference | Boolean | Indikerar om uppdateringsreferenser i andra kalkylblad. |
Se även
- class GridCellArea
- enum GridShiftType
- class GridCells
- namnutrymme Aspose.Cells.GridWeb.Data
- hopsättning Aspose.Cells.GridWeb