Interface ICompoundFile
This interface gives access to compound file functionality.
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. |