GridJsWorkbook.GetOle

GridJsWorkbook.GetOle method

Gets the byte array data of the embedded ole object .

public byte[] GetOle(string uid, string sheetname, int oleid, out string label)
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