Class CFInterpolationCurve
Specifies one control point in the interpolation curve.
Inheritance
System.Object
CFInterpolationCurve
Namespace: Syncfusion.XlsIO.Parser.Biff_Records
Assembly: Syncfusion.XlsIO.UWP.dll
Syntax
public class CFInterpolationCurve : Object
Constructors
CFInterpolationCurve()
Default constructor.
Declaration
public CFInterpolationCurve()
Properties
CFVO
CFVO.
Declaration
public CFVO CFVO { get; set; }
Property Value
Type |
---|
CFVO |
NumDomain
Specifies the numerical value of this control point.
Declaration
public double NumDomain { get; set; }
Property Value
Type |
---|
System.Double |
Methods
GetStoreSize(ExcelVersion)
Size of the required storage space. Read-only.
Declaration
public int GetStoreSize(ExcelVersion version)
Parameters
Type | Name | Description |
---|---|---|
ExcelVersion | version |
Returns
Type |
---|
System.Int32 |
ParseCFGradientInterp(DataProvider, Int32, ExcelVersion)
Parse structure of template parameter. Converts data buffer to special values according to record specification.
Declaration
public int ParseCFGradientInterp(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. |
Returns
Type |
---|
System.Int32 |
SerializeCFGradientInterp(DataProvider, Int32, ExcelVersion, Double, Boolean)
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 int SerializeCFGradientInterp(DataProvider provider, int iOffset, ExcelVersion version, double numValue, bool isParsed)
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. |
System.Double | numValue | |
System.Boolean | isParsed |
Returns
Type |
---|
System.Int32 |