menu

Document Processing

OleStorage Class - C# Excel Library API Reference | Syncfusion

    Show / Hide Table of Contents

    OleStorage Class

    Used to preserve OleObjects for add copy method

    Inheritance
    System.Object
    OleStorage
    Namespace: Syncfusion.XlsIO.Implementation
    Assembly: Syncfusion.XlsIO.Base.dll
    Syntax
    public class OleStorage : Object

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