add_web_video_player method
add_web_video_player(self, url, auto_play, start_time, end_time)
Add a web video player into exel.
def add_web_video_player(self, url, auto_play, start_time, end_time):
...
| Parameter | Type | Description |
|---|---|---|
| url | System.String | |
| auto_play | bool | Indicates whether auto playing the video. |
| start_time | int | The start time in unit of seconds. |
| end_time | int | The end time in unit of seconds. |
See Also
- module
aspose.cells.webextensions - class
WebExtensionCollection