C# Класс ZForge.Controls.XPTable.Models.CellPos

Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
Empty CellPos

Private Properties

Свойство Тип Описание

Открытые методы

Метод Описание
CellPos ( int row, int column ) : System

Initializes a new instance of the CellPos class with the specified row index and column index

Equals ( object obj ) : bool

Tests whether obj is a CellPos structure with the same values as this CellPos structure

GetHashCode ( ) : int

Returns the hash code for this CellPos structure

Offset ( int rows, int columns ) : void

Translates this CellPos by the specified amount

ToString ( ) : string

Converts the attributes of this CellPos to a human-readable string

operator ( ) : bool

Tests whether two CellPos structures differ in their Row and Column properties

Описание методов

CellPos() публичный Метод

Initializes a new instance of the CellPos class with the specified row index and column index
public CellPos ( int row, int column ) : System
row int The Row index of the CellPos
column int The Column index of the CellPos
Результат System

Equals() публичный Метод

Tests whether obj is a CellPos structure with the same values as this CellPos structure
public Equals ( object obj ) : bool
obj object The Object to test
Результат bool

GetHashCode() публичный Метод

Returns the hash code for this CellPos structure
public GetHashCode ( ) : int
Результат int

Offset() публичный Метод

Translates this CellPos by the specified amount
public Offset ( int rows, int columns ) : void
rows int The amount to offset the row index
columns int The amount to offset the column index
Результат void

ToString() публичный Метод

Converts the attributes of this CellPos to a human-readable string
public ToString ( ) : string
Результат string

operator() публичный статический Метод

Tests whether two CellPos structures differ in their Row and Column properties
public static operator ( ) : bool
Результат bool

Описание свойств

Empty публичное статическое свойство

Repsesents a null CellPos
public static CellPos,ZForge.Controls.XPTable.Models Empty
Результат CellPos