Class OleStorage
Used to preserve OleObjects for add copy method
Inheritance
System.Object
OleStorage
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.XlsIO.Implementation
Assembly: Syncfusion.XlsIO.Base.dll
Syntax
public class OleStorage
Constructors
OleStorage(String)
Set the Ole storage name
Declaration
public OleStorage(string Name)
Parameters
Type | Name | Description |
---|---|---|
System.String | Name |
Properties
StorageName
Ole Storage name
Declaration
public string StorageName { get; }
Property Value
Type |
---|
System.String |
StorageStreams
Ole Storage Streams
Declaration
public Dictionary<string, MemoryStream> StorageStreams { get; }
Property Value
Type |
---|
System.Collections.Generic.Dictionary<System.String, System.IO.MemoryStream> |
StreamNames
Get the Ole storage stream names
Declaration
public List<string> StreamNames { get; }
Property Value
Type |
---|
System.Collections.Generic.List<System.String> |