GridCacheForStreamLoadStream Method |
Implement this method to load cache with the key uid,return the stream from the cache.
Namespace:
Aspose.Cells.GridJs
Assembly:
Aspose.Cells.GridJs (in Aspose.Cells.GridJs.dll) Version: 22.5.0.0 (22.5.0)
Syntaxpublic virtual Stream LoadStream(
string uid
)
Public Overridable Function LoadStream (
uid As String
) As Stream
public:
virtual Stream^ LoadStream(
String^ uid
)
abstract LoadStream :
uid : string -> Stream
override LoadStream :
uid : string -> Stream
Parameters
- uid
- Type: SystemString
Return Value
Type:
Stream
See Also