ImportDataView
محتويات
[
يخفي
]ImportDataView(DataView, TableItemStyle, TableItemStyle)
الواردات من DataView. يقوم بإنشاء ورقة بها اسم جدول DataView تلقائيًا.
public void ImportDataView(DataView dataView, TableItemStyle colHeaderStyle,
TableItemStyle dataStyle)
| معامل | يكتب | وصف |
|---|---|---|
| dataView | DataView | كائن DataView. |
| colHeaderStyle | TableItemStyle | يحدد نمط شريط رأس عرض البيانات. |
| dataStyle | TableItemStyle | يحدد نمط منطقة البيانات. |
أنظر أيضا
- class GridWorksheetCollection
- مساحة الاسم Aspose.Cells.GridWeb.Data
- المجسم Aspose.Cells.GridWeb
ImportDataView(DataView, TableItemStyle, TableItemStyle, string, int, int)
الواردات من DataView إلى الورقة والموضع المحددين.
public void ImportDataView(DataView dataView, TableItemStyle colHeaderStyle,
TableItemStyle dataStyle, string sheetName, int row, int column)
| معامل | يكتب | وصف |
|---|---|---|
| dataView | DataView | كائن DataView. |
| colHeaderStyle | TableItemStyle | يحدد نمط شريط رأس عرض البيانات. |
| dataStyle | TableItemStyle | يحدد نمط منطقة البيانات. |
| sheetName | String | تحدد اسم الورقة. إذا لم تكن الورقة موجودة ، فسيتم إنشاؤها من أجلك. |
| row | Int32 | يحدد موضع الاستيراد. |
| column | Int32 | يحدد ترحيل الاستيراد. |
أنظر أيضا
- class GridWorksheetCollection
- مساحة الاسم Aspose.Cells.GridWeb.Data
- المجسم Aspose.Cells.GridWeb