InsertColumns
InsertColumns(int, int)
إدراج بعض الأعمدة في ورقة العمل.
public void InsertColumns(int columnIndex, int totalColumns)
| معامل | يكتب | وصف |
|---|---|---|
| columnIndex | Int32 | فهرس العمود. |
| totalColumns | Int32 | عدد الأعمدة. |
أنظر أيضا
- class GridCells
- مساحة الاسم Aspose.Cells.GridWeb.Data
- المجسم Aspose.Cells.GridWeb
InsertColumns(int, int, bool)
إدراج بعض الأعمدة في ورقة العمل.
public void InsertColumns(int columnIndex, int totalColumns, bool updateReference)
| معامل | يكتب | وصف |
|---|---|---|
| columnIndex | Int32 | فهرس العمود. |
| totalColumns | Int32 | عدد الأعمدة. |
| updateReference | Boolean | يشير إلى ما إذا كان سيتم تحديث المراجع في أوراق العمل الأخرى. |
أنظر أيضا
- class GridCells
- مساحة الاسم Aspose.Cells.GridWeb.Data
- المجسم Aspose.Cells.GridWeb