menu

ASP.NET Web Forms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Enum SkipExtRecords

    Show / Hide Table of Contents

    Enum SkipExtRecords

    This enumeration used for controlling output stream infill on save operation provided by Workbook.

    Namespace: Syncfusion.XlsIO
    Assembly: Syncfusion.XlsIO.Base.dll
    Syntax
    [Flags]
    public enum SkipExtRecords

    Fields

    Name Description
    All

    Skip all extended records.

    CopySubstreams

    Skip coping of substreams from source to destination files.

    Drawings

    Skip drawings extension records in output stream.

    Macros

    Skip macros extension records in output stream.

    None

    Do not skip any information from source file.

    SummaryInfo

    Skip summary information substreams creation.

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