Class ColumnRow
- Namespace
- SunamoData.Data
- Assembly
- SunamoData.dll
Represents a column and row position in a grid or table.
public class ColumnRow
- Inheritance
-
ColumnRow
- Inherited Members
- Extension Methods
Properties
Column
Gets or sets the column index.
public int Column { get; set; }
Property Value
Row
Gets or sets the row index.
public int Row { get; set; }