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