menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class CFExFilterParameter - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Class CFExFilterParameter

    Represents CFEx Filter Parameter

    Inheritance
    System.Object
    CFExFilterParameter
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Syncfusion.XlsIO.Parser.Biff_Records
    Assembly: Syncfusion.XlsIO.Base.dll
    Syntax
    public class CFExFilterParameter

    Constructors

    CFExFilterParameter()

    Initializes CFEx Filter Parameter

    Declaration
    public CFExFilterParameter()

    Properties

    FilterValue

    Specifies how many values are displayed with the rule.

    Declaration
    public ushort FilterValue { get; set; }
    Property Value
    Type
    System.UInt16

    IsPercent

    Percentage of the top or bottom items are displayed with the rule.

    Declaration
    public bool IsPercent { get; set; }
    Property Value
    Type
    System.Boolean

    IsTopOrBottom

    Top or bottom items are displayed with rule.

    Declaration
    public bool IsTopOrBottom { get; set; }
    Property Value
    Type
    System.Boolean

    Methods

    ParseFilterTemplateParameter(DataProvider, Int32, ExcelVersion)

    Parse structure of record. Converts data buffer to special values according to record specification.

    Declaration
    public void ParseFilterTemplateParameter(DataProvider provider, int iOffset, ExcelVersion version)
    Parameters
    Type Name Description
    DataProvider provider

    Object that provides access to the data.

    System.Int32 iOffset

    Offset to the record's data.

    ExcelVersion version

    Excel version used for infill.

    SerializeFilterParameter(DataProvider, Int32, ExcelVersion)

    In this method, class must pack all of its properties into an internal data array, m_data. This method is called by FillStream, when the record must be serialized into a stream.

    Declaration
    public void SerializeFilterParameter(DataProvider provider, int iOffset, ExcelVersion version)
    Parameters
    Type Name Description
    DataProvider provider

    Object that provides access to the data.

    System.Int32 iOffset

    Offset in the buffer.

    ExcelVersion version

    Excel version used for infill.

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