طريقة add
add(cficon)
يضيف ConditionalFormattingIcon كائن.
def add(self, cficon):
...
معامل | يكتب | وصف |
---|---|---|
cficon | ConditionalFormattingIcon | إرجاع فهرس كائن جديد في القائمة. |
add(type, index)
يضيف ConditionalFormattingIcon كائن.
عائدات
إرجاع فهرس كائن جديد في القائمة.
def add(self, type, index):
...
معامل | يكتب | وصف |
---|---|---|
type | IconSetType | نوع القيمة. |
index | int | مؤشر. |