Class OleStorageCollection
Used to preserve OleObjects for add copy method
Inheritance
System.Object
OleStorageCollection
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 OleStorageCollection
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> |