طريقة add_web_video_player
add_web_video_player(self, url, auto_play, start_time, end_time)
إضافة مشغل فيديو الويب إلى Excel.
def add_web_video_player(self, url, auto_play, start_time, end_time):
    ...
| معامل | يكتب | وصف | 
|---|---|---|
| url | str | |
| auto_play | bool | يشير إلى ما إذا كان سيتم تشغيل الفيديو تلقائيًا. | 
| start_time | int | وقت البدء بوحدة الثواني. | 
| end_time | int | وقت النهاية بوحدة الثواني. |