Interface IOfficeMathMatrixRow
Represents a interface matrix row.
Inherited Members
Namespace: Syncfusion.Office
Assembly: Syncfusion.Compression.NET.dll
Syntax
public interface IOfficeMathMatrixRow : IOfficeMathEntity
Properties
Arguments
Gets a Syncfusion.Office.OfficeMaths object that represents the arguments in a matrix row.
Declaration
IOfficeMaths Arguments { get; }
Property Value
Type |
---|
IOfficeMaths |
RowIndex
Gets an integer that represents the ordinal position of a row within the collection of rows in a matrix.
Declaration
int RowIndex { get; }
Property Value
Type |
---|
System.Int32 |