Class OleStorageCollection
Used to preserve OleObjects for add copy method
Inheritance
System.Object
OleStorageCollection
Namespace: Syncfusion.XlsIO.Implementation
Assembly: Syncfusion.XlsIO.Base.dll
Syntax
public class OleStorageCollection : Object
Constructors
OleStorageCollection()
Collection of Ole storage
Declaration
public OleStorageCollection()
Properties
ArrayStreamNames
List of the stream names of Ole Storages
Declaration
public List<string> ArrayStreamNames { get; }
Property Value
Type |
---|
System.Collections.Generic.List<System.String> |
OleStoragesNames
List of the names of Ole storages
Declaration
public List<string> OleStoragesNames { get; }
Property Value
Type |
---|
System.Collections.Generic.List<System.String> |