Move
Move(int, int)
Flyttar pivottabellen till en annan plats i kalkylbladet.
public void Move(int row, int column)
Parameter | Typ | Beskrivning |
---|---|---|
row | Int32 | radindex. |
column | Int32 | kolumnindex. |
Se även
- class PivotTable
- namnutrymme Aspose.Cells.Pivot
- hopsättning Aspose.Cells
Move(string)
Flyttar pivottabellen till en annan plats i kalkylbladet.
public void Move(string destCellName)
Parameter | Typ | Beskrivning |
---|---|---|
destCellName | String | dest cells namn. |
Se även
- class PivotTable
- namnutrymme Aspose.Cells.Pivot
- hopsättning Aspose.Cells