InsertRows
InsertRows(int, int, bool)
Infogar flera rader i kalkylbladet.
public void InsertRows(int rowIndex, int totalRows, bool updateReference)
| Parameter | Typ | Beskrivning |
|---|---|---|
| rowIndex | Int32 | Radindex. |
| totalRows | Int32 | Antal rader som ska infogas. |
| updateReference | Boolean | Anger om referenser i andra arbetsblad kommer att uppdateras. |
Se även
- class GridCells
- namnutrymme Aspose.Cells.GridWeb.Data
- hopsättning Aspose.Cells.GridWeb
InsertRows(int, int)
Infogar flera rader i kalkylbladet.
public void InsertRows(int rowIndex, int totalRows)
| Parameter | Typ | Beskrivning |
|---|---|---|
| rowIndex | Int32 | Radindex. |
| totalRows | Int32 | Antal rader som ska infogas. |
Se även
- class GridCells
- namnutrymme Aspose.Cells.GridWeb.Data
- hopsättning Aspose.Cells.GridWeb