menu

Xamarin.Android

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Interface IFopteOptionWrapper - Xamarin.Android API Reference | Syncfusion

    Show / Hide Table of Contents

    Interface IFopteOptionWrapper

    Represents interface, that implement mso option and fopte option wrapper classes.

    Namespace: Syncfusion.XlsIO.Parser.Biff_Records.Charts
    Assembly: Syncfusion.XlsIO.Portable.dll
    Syntax
    public interface IFopteOptionWrapper

    Methods

    AddOptionSorted(MsofbtOPT.FOPTE)

    Replaces option with specified value.

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

    Option to set.

    RemoveOption(Int32)

    Removes current option by id.

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

    Represents option id to remove.

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