alexa

    Show / Hide Table of Contents

    Class TableInfo

    Class that provides TableInfo

    Inheritance
    System.Object
    TableInfo
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    Namespace: Syncfusion.Windows.Tools.Controls
    Assembly: Syncfusion.Tools.Wpf.dll
    Syntax
    public class TableInfo

    Constructors

    TableInfo()

    Declaration
    public TableInfo()

    Properties

    Column

    Gets or sets Column of the table.

    Declaration
    public int Column { get; set; }
    Property Value
    Type
    System.Int32

    Row

    Gets or sets Row of the table.

    Declaration
    public int Row { get; set; }
    Property Value
    Type
    System.Int32

    Methods

    ToString()

    Returns a string that represents the current object.

    Declaration
    public override string ToString()
    Returns
    Type Description
    System.String

    A string that represents the current object.

    Overrides
    System.Object.ToString()
    Back to top Generated by DocFX