Table of Contents

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

int

Row

Gets or sets the row index.

public int Row { get; set; }

Property Value

int