طريقة put_cell_formula
put_cell_formula(self, row_offset, column_offset, formula)
ضع الصيغة في الخلية الموجودة في الجدول.
def put_cell_formula(self, row_offset, column_offset, formula):
...
معامل | يكتب | وصف |
---|---|---|
row_offset | int | إزاحة الصف في الجدول. |
column_offset | int | إزاحة العمود في الجدول. |
formula | str | صيغة الخلية. |
put_cell_formula(self, row_offset, column_offset, formula, is_totals_row_formula)
ضع الصيغة في الخلية الموجودة في الجدول.
def put_cell_formula(self, row_offset, column_offset, formula, is_totals_row_formula):
...
معامل | يكتب | وصف |
---|---|---|
row_offset | int | إزاحة الصف في الجدول. |
column_offset | int | إزاحة العمود في الجدول. |
formula | str | صيغة الخلية. |
is_totals_row_formula | bool |
أنظر أيضا
- الوحدة
aspose.cells.tables
- فئة
ListObject