Interface IOfficeMaths
Represents an interface for MathML collection.
Inherited Members
Namespace: Syncfusion.Office
Assembly: Syncfusion.Compression.Base.dll
Syntax
public interface IOfficeMaths : ICollectionBase, IOfficeMathEntity
  Properties
Item[Int32]
Represents the specified item in the collection.
Declaration
IOfficeMath this[int index] { get; }
  Parameters
| Type | Name | Description | 
|---|---|---|
| System.Int32 | index | 
Property Value
| Type | 
|---|
| IOfficeMath | 
Methods
Add()
Adds IOfficeMath instance to the collection.
Declaration
IOfficeMath Add()
  Returns
| Type | Description | 
|---|---|
| IOfficeMath | Returns the newly added IOfficeMath.  | 
      
Add(Int32)
Adds IOfficeMath instance to the collection at specified index.
Declaration
IOfficeMath Add(int index)
  Parameters
| Type | Name | Description | 
|---|---|---|
| System.Int32 | index | The Index, where to add the IOfficeMath instance.  | 
      
Returns
| Type | Description | 
|---|---|
| IOfficeMath | Returns the newly added IOfficeMath.  |