menu

Document Processing

OleStorageCollection Class - C# Excel Library API Reference | Syncfusion

    Show / Hide Table of Contents

    OleStorageCollection Class

    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>
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved