Aspose::Cells::WebExtensions::WebExtensionCollection::AddWebVideoPlayer method

WebExtensionCollection::AddWebVideoPlayer(const U16String&, bool, int32_t, int32_t) method

Add a web video player into exel.

int32_t Aspose::Cells::WebExtensions::WebExtensionCollection::AddWebVideoPlayer(const U16String &url, bool autoPlay, int32_t startTime, int32_t endTime)
ParameterTypeDescription
urlconst U16String&
autoPlayboolIndicates whether auto playing the video.
startTimeint32_tThe start time in unit of seconds.
endTimeint32_tThe end time in unit of seconds.

See Also

WebExtensionCollection::AddWebVideoPlayer(const char16_t*, bool, int32_t, int32_t) method

Add a web video player into exel.

int32_t Aspose::Cells::WebExtensions::WebExtensionCollection::AddWebVideoPlayer(const char16_t *url, bool autoPlay, int32_t startTime, int32_t endTime)
ParameterTypeDescription
urlconst char16_t*
autoPlayboolIndicates whether auto playing the video.
startTimeint32_tThe start time in unit of seconds.
endTimeint32_tThe end time in unit of seconds.

See Also