DeleteColumn
DeleteColumn(int)
Bir sütunu siler.
public void DeleteColumn(int columnIndex)
Parametre | Tip | Tanım |
---|---|---|
columnIndex | Int32 | Sütun indeksi. |
Ayrıca bakınız
- class GridCells
- ad alanı Aspose.Cells.GridWeb.Data
- toplantı Aspose.Cells.GridWeb
DeleteColumn(int, bool)
Bir sütunu siler.
public void DeleteColumn(int columnIndex, bool updateReference)
Parametre | Tip | Tanım |
---|---|---|
columnIndex | Int32 | Sütun indeksi. |
updateReference | Boolean | Diğer çalışma sayfalarında referansların güncellenip güncellenmediğini gösterir. |
Ayrıca bakınız
- class GridCells
- ad alanı Aspose.Cells.GridWeb.Data
- toplantı Aspose.Cells.GridWeb