Class SkipExtRecords
This enumeration used for controlling output stream infill on save operation provided by Workbook.
Inheritance
System.Object
SkipExtRecords
Namespace: Syncfusion.XlsIO
Assembly: Syncfusion.XlsIO.NET.dll
Syntax
public sealed class SkipExtRecords : Enum
Fields
All
Skip all extended records.
Declaration
public const SkipExtRecords All
Field Value
Type |
---|
SkipExtRecords |
CopySubstreams
Skip coping of substreams from source to destination files.
Declaration
public const SkipExtRecords CopySubstreams
Field Value
Type |
---|
SkipExtRecords |
Drawings
Skip drawings extension records in output stream.
Declaration
public const SkipExtRecords Drawings
Field Value
Type |
---|
SkipExtRecords |
Macros
Skip macros extension records in output stream.
Declaration
public const SkipExtRecords Macros
Field Value
Type |
---|
SkipExtRecords |
None
Do not skip any information from source file.
Declaration
public const SkipExtRecords None
Field Value
Type |
---|
SkipExtRecords |
SummaryInfo
Skip summary information substreams creation.
Declaration
public const SkipExtRecords SummaryInfo
Field Value
Type |
---|
SkipExtRecords |