menu

UWP

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Interface IOfficeMathMatrixRow - UWP API Reference | Syncfusion

    Show / Hide Table of Contents

    Interface IOfficeMathMatrixRow

    Represents a interface matrix row.

    Inherited Members
    IOfficeMathEntity.OwnerMathEntity
    Namespace: Syncfusion.Office
    Assembly: Syncfusion.DocIO.UWP.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

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved