menu

Xamarin.Forms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class SkipExtRecords - Xamarin.Forms API Reference | Syncfusion

    Show / Hide Table of Contents

    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.Portable.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
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved