menu

Xamarin.Forms

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

    Show / Hide Table of Contents

    Class FopteOptionWrapper

    Represents wrapper for gel frame record.

    Inheritance
    System.Object
    FopteOptionWrapper
    Implements
    IFopteOptionWrapper
    Namespace: Syncfusion.XlsIO.Parser.Biff_Records.Charts
    Assembly: Syncfusion.XlsIO.Portable.dll
    Syntax
    public class FopteOptionWrapper : Object, IFopteOptionWrapper

    Constructors

    FopteOptionWrapper()

    Creates new instance of object.

    Declaration
    public FopteOptionWrapper()

    FopteOptionWrapper(List<MsofbtOPT.FOPTE>)

    Creates new instance of object.

    Declaration
    public FopteOptionWrapper(List<MsofbtOPT.FOPTE> list)
    Parameters
    Type Name Description
    System.Collections.Generic.List<MsofbtOPT.FOPTE> list

    Represents option storage.

    Properties

    OptionList

    Returns option list. Read-only.

    Declaration
    public List<MsofbtOPT.FOPTE> OptionList { get; }
    Property Value
    Type
    System.Collections.Generic.List<MsofbtOPT.FOPTE>

    Methods

    AddOptionSorted(MsofbtOPT.FOPTE)

    Replaces option with specified value.

    Declaration
    public void AddOptionSorted(MsofbtOPT.FOPTE option)
    Parameters
    Type Name Description
    MsofbtOPT.FOPTE option

    Option to set.

    RemoveOption(Int32)

    Removes current option by id.

    Declaration
    public void RemoveOption(int index)
    Parameters
    Type Name Description
    System.Int32 index

    Represents option id to remove.

    Implements

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