ASP.NET Core

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class OleStorageCollection

    Show / Hide Table of Contents

    Class OleStorageCollection

    Used to preserve OleObjects for add copy method

    Inheritance
    System.Object
    OleStorageCollection
    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 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 Description
    System.Collections.Generic.List<System.String>

    OleStoragesNames

    List of the names of Ole storages

    Declaration
    public List<string> OleStoragesNames { get; }
    Property Value
    Type Description
    System.Collections.Generic.List<System.String>
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved