Class GradStops
Represenst Gradient Stops
Inheritance
System.Object
GradStops
Namespace: Syncfusion.XlsIO.Parser.Biff_Records
Assembly: Syncfusion.XlsIO.UWP.dll
Syntax
public class GradStops : Object
Constructors
GradStops()
Default constructor
Declaration
public GradStops()
Methods
ParseGradStops(DataProvider, Int32, ExcelVersion)
Parse structure of record. Converts data buffer to special values according to record specification.
Declaration
public int ParseGradStops(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 |
Exceptions
Type | Condition |
---|---|
WrongBiffRecordDataException | If there is any internal error. |