Class CFExDateTemplateParameter
CFEx Date Template Parameter
Inheritance
System.Object
CFExDateTemplateParameter
Namespace: Syncfusion.XlsIO.Parser.Biff_Records
Assembly: Syncfusion.XlsIO.UWP.dll
Syntax
public class CFExDateTemplateParameter : Object
Constructors
CFExDateTemplateParameter()
Initializes CFEx Date Template Parameter
Declaration
public CFExDateTemplateParameter()
Properties
DateComparisonOperator
Type of date comparison operator.
Declaration
public ushort DateComparisonOperator { get; set; }
Property Value
Type |
---|
System.UInt16 |
Methods
ParseDateTemplateParameter(DataProvider, Int32, ExcelVersion)
Parse structure of record. Converts data buffer to special values according to record specification.
Declaration
public void ParseDateTemplateParameter(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. |
SerializeDateTemplateParameter(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 SerializeDateTemplateParameter(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. |