Class FopteOptionWrapper
Represents wrapper for gel frame record.
Inheritance
System.Object
FopteOptionWrapper
Implements
Namespace: Syncfusion.XlsIO.Parser.Biff_Records.Charts
Assembly: Syncfusion.XlsIO.UWP.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. |