InsertRange
İçindekiler
[
Saklamak
]InsertRange(GridCellArea, GridShiftType)
Bir hücre aralığı ekler ve hücreleri kaydırma seçeneğine göre kaydırır.
public void InsertRange(GridCellArea area, GridShiftType shiftType)
| Parametre | Tip | Tanım |
|---|---|---|
| area | GridCellArea | Geçiş alanı. |
| shiftType | GridShiftType | Hücreleri değiştir seçeneği. |
Ayrıca bakınız
- class GridCellArea
- enum GridShiftType
- class GridCells
- ad alanı Aspose.Cells.GridWeb.Data
- toplantı Aspose.Cells.GridWeb
InsertRange(GridCellArea, int, GridShiftType, bool)
Bir hücre aralığı ekler ve hücreleri kaydırma seçeneğine göre kaydırır.
public void InsertRange(GridCellArea area, int shiftNumber, GridShiftType shiftType,
bool updateReference)
| Parametre | Tip | Tanım |
|---|---|---|
| area | GridCellArea | Geçiş alanı. |
| shiftNumber | Int32 | Eklenecek satır veya sütun sayısı. |
| shiftType | GridShiftType | Hücreleri değiştir seçeneği. |
| updateReference | Boolean | Diğer çalışma sayfalarında referansların güncellenip güncellenmediğini gösterir. |
Ayrıca bakınız
- class GridCellArea
- enum GridShiftType
- class GridCells
- ad alanı Aspose.Cells.GridWeb.Data
- toplantı Aspose.Cells.GridWeb