ASP.NET MVC

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class OleStorage - ASP.NETMVC API Reference | Syncfusion

    Show / Hide Table of Contents

    Class OleStorage

    Used to preserve OleObjects for add copy method

    Inheritance
    System.Object
    OleStorage
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    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 Description
    System.String

    StorageStreams

    Ole Storage Streams

    Declaration
    public Dictionary<string, MemoryStream> StorageStreams { get; }
    Property Value
    Type Description
    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 Description
    System.Collections.Generic.List<System.String>
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved