menu

WinForms

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

    Show / Hide Table of Contents

    Interface IOfficeMathMatrixColumns

    Represents an interface for MathMatrixColumns

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

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