Class CFExFilterParameter
Represents CFEx Filter Parameter
Inheritance
System.Object
CFExFilterParameter
Namespace: Syncfusion.XlsIO.Parser.Biff_Records
Assembly: Syncfusion.XlsIO.UWP.dll
Syntax
public class CFExFilterParameter : Object
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. |