GridJsService.Ole

GridJsService.Ole method

Gets the byte array data of the embedded ole object .

public byte[] Ole(string uid, string sheet, int oleid, out string filename)
ParameterTypeDescription
uidStringThe unique id for the file cache.
sheetnameStringThe worksheet name.
oleidInt32The id for the embedded ole object.
labelString&The display label of the embedded ole object.

Return Value

The byte array data of the embedded ole object .

See Also