menu

Xamarin.Forms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Interface IOfficeMathMatrixRows - Xamarin.Forms API Reference | Syncfusion

    Show / Hide Table of Contents

    Interface IOfficeMathMatrixRows

    Represents an interface for matrix rows.

    Inherited Members
    ICollectionBase.Clear()
    ICollectionBase.Count
    ICollectionBase.Remove(IOfficeMathEntity)
    IOfficeMathEntity.OwnerMathEntity
    Namespace: Syncfusion.Office
    Assembly: Syncfusion.Compression.Portable.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.

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved