menu

Xamarin.Forms

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

    Show / Hide Table of Contents

    Interface IOfficeMathMatrixColumn

    Represents a matrix column.

    Inherited Members
    IOfficeMathEntity.OwnerMathEntity
    Namespace: Syncfusion.Office
    Assembly: Syncfusion.Compression.Portable.dll
    Syntax
    public interface IOfficeMathMatrixColumn : IOfficeMathEntity

    Properties

    Arguments

    Gets a Syncfusion.Office.OfficeMaths object that represents the arguments in a matrix column.

    Declaration
    IOfficeMaths Arguments { get; }
    Property Value
    Type
    IOfficeMaths

    ColumnIndex

    Gets an integer that represents the ordinal position of a column within the collection of columns in a matrix.

    Declaration
    int ColumnIndex { get; }
    Property Value
    Type
    System.Int32

    HorizontalAlignment

    Gets or sets a MathHorizontalAlignment constant that represents the horizontal alignment for arguments in a matrix column.

    Declaration
    MathHorizontalAlignment HorizontalAlignment { get; set; }
    Property Value
    Type
    MathHorizontalAlignment
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved