alexa
menu

    Show / Hide Table of Contents

    Interface ICompoundFile

    Represents an interface that provides access to compound file functionality, including managing storage, saving content, and flushing data.

    Namespace: Syncfusion.CompoundFile.XlsIO
    Assembly: Syncfusion.XlsIO.NET.dll
    Syntax
    public interface ICompoundFile : IDisposable

    Properties

    RootStorage

    Returns root storage object for this file.

    Declaration
    ICompoundStorage RootStorage { get; }
    Property Value
    Type
    ICompoundStorage

    Methods

    Flush()

    Flushes content into internal buffer.

    Declaration
    void Flush()

    Save(Stream)

    Saves compound file into stream

    Declaration
    void Save(Stream stream)
    Parameters
    Type Name Description
    System.IO.Stream stream

    Stream to save data into.

    Back to top Generated by DocFX
    Copyright © 2001 - 2026 Syncfusion Inc. All Rights Reserved