Class TableInfo
Class that provides TableInfo
Inheritance
System.Object
TableInfo
Namespace: Syncfusion.Windows.Tools.Controls
Assembly: Syncfusion.Tools.Wpf.dll
Syntax
public class TableInfo : Object
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. |