menu

Xamarin.Forms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class GradStops - Xamarin.Forms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class GradStops

    Represenst Gradient Stops

    Inheritance
    System.Object
    GradStops
    Namespace: Syncfusion.XlsIO.Parser.Biff_Records
    Assembly: Syncfusion.XlsIO.Portable.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.

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