طريقة add
محتويات
[
يخفي
]add(self, item)
يضيف HtmlTableLoadOption واحد إلى هذه المجموعة.
عائدات
فهرس العنصر المضاف
def add(self, item):
...
معامل | يكتب | وصف |
---|---|---|
item | HtmlTableLoadOption | خيار تحميل جدول Html واحد |
add(self, table_index)
أضف HtmlTableLoadOption إلى القائمة.
عائدات
def add(self, table_index):
...
معامل | يكتب | وصف |
---|---|---|
table_index | int | فهرس الجدول |
add(self, table_id)
أضف HtmlTableLoadOption إلى القائمة.
عائدات
def add(self, table_id):
...
معامل | يكتب | وصف |
---|---|---|
table_id | str | معرف الجدول |
add(self, table_index, target_sheet_index)
أضف HtmlTableLoadOption إلى القائمة.
def add(self, table_index, target_sheet_index):
...
معامل | يكتب | وصف |
---|---|---|
table_index | int | فهرس الجدول |
target_sheet_index | int | مؤشر الهدف لورقة العمل في Excel |
add(self, table_id, target_sheet_index)
أضف HtmlTableLoadOption إلى القائمة.
عائدات
def add(self, table_id, target_sheet_index):
...
معامل | يكتب | وصف |
---|---|---|
table_id | str | معرف الجدول |
target_sheet_index | int | مؤشر الهدف لورقة العمل في Excel |
add(self, table_index, target_sheet_index, original_sheet_index)
أضف HtmlTableLoadOption إلى القائمة.
def add(self, table_index, target_sheet_index, original_sheet_index):
...
معامل | يكتب | وصف |
---|---|---|
table_index | int | فهرس الجدول |
target_sheet_index | int | مؤشر الهدف لورقة العمل في Excel |
original_sheet_index | int | الفهرس الأصلي لورقة العمل في HTML |
add(self, table_id, target_sheet_index, original_sheet_index)
أضف HtmlTableLoadOption إلى القائمة.
عائدات
def add(self, table_id, target_sheet_index, original_sheet_index):
...
معامل | يكتب | وصف |
---|---|---|
table_id | str | معرف الجدول |
target_sheet_index | int | مؤشر الهدف لورقة العمل في Excel |
original_sheet_index | int | الفهرس الأصلي لورقة العمل في HTML |
أنظر أيضا
- الوحدة
aspose.cells
- فئة
HtmlTableLoadOptionCollection