alexa

    Show / Hide Table of Contents

    Enum ExcelFilterAction

    Specifies whether data is to be copied or left in place during a filter operation.

    Namespace: Syncfusion.XlsIO
    Assembly: Syncfusion.XlsIO.Base.dll
    Syntax
    public enum ExcelFilterAction

    Fields

    Name Description
    FilterCopy

    Copy filtered data to new range.

    FilterInPlace

    Leave filtered data in place.

    Back to top Generated by DocFX