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