Interface IFopteOptionWrapper
Represents interface, that implement mso option and fopte option wrapper classes.
Namespace: Syncfusion.XlsIO.Parser.Biff_Records.Charts
Assembly: Syncfusion.XlsIO.UWP.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. |