Class FopteOptionWrapper
Represents wrapper for gel frame record.
Inheritance
System.Object
FopteOptionWrapper
Implements
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.XlsIO.Parser.Biff_Records.Charts
Assembly: Syncfusion.XlsIO.Base.dll
Syntax
public class FopteOptionWrapper : IFopteOptionWrapper
Constructors
FopteOptionWrapper()
Creates new instance of object.
Declaration
public FopteOptionWrapper()
FopteOptionWrapper(List<MsofbtOPT.FOPTE>)
Creates new instance of object.
Declaration
[CLSCompliant(false)]
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
[CLSCompliant(false)]
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
[CLSCompliant(false)]
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. |