Struct
CellIndex

Definition

Namespace:Telerik.WinControls.UI.HeatMap

Assembly:Telerik.WinControls.UI.dll

Syntax:

cs-api-definition
public struct CellIndex : IEquatable<CellIndex>

Implements: IEquatable<CellIndex>

Constructors

CellIndex(int, int)

Declaration

cs-api-definition
public CellIndex(int rowIndex, int columnIndex)

Parameters

rowIndex

int

columnIndex

int

Properties

ColumnIndex

Declaration

cs-api-definition
public readonly int ColumnIndex { get; }

Property Value

int

Empty

Declaration

cs-api-definition
public static CellIndex Empty { get; }

Property Value

CellIndex

IsDataCell

Declaration

cs-api-definition
public bool IsDataCell { get; }

Property Value

bool

IsEmpty

Declaration

cs-api-definition
public bool IsEmpty { get; }

Property Value

bool

IsHeaderCell

Declaration

cs-api-definition
public bool IsHeaderCell { get; }

Property Value

bool

RowIndex

Declaration

cs-api-definition
public readonly int RowIndex { get; }

Property Value

int

Methods

Equals(CellIndex)

Declaration

cs-api-definition
public bool Equals(CellIndex other)

Parameters

other

CellIndex

Returns

bool

Implements IEquatable<CellIndex>.Equals(CellIndex)

Equals(object)

Declaration

cs-api-definition
public override bool Equals(object obj)

Parameters

obj

object

Returns

bool

Overrides ValueType.Equals(object)

GetHashCode()

Declaration

cs-api-definition
public override int GetHashCode()

Returns

int

Overrides ValueType.GetHashCode()

ToString()

Declaration

cs-api-definition
public override string ToString()

Returns

string

Overrides ValueType.ToString()

Operators

operator !=(CellIndex, CellIndex)

Declaration

cs-api-definition
public static bool operator !=(CellIndex ci1, CellIndex ci2)

Parameters

ci1

CellIndex

ci2

CellIndex

Returns

bool

operator ==(CellIndex, CellIndex)

Declaration

cs-api-definition
public static bool operator ==(CellIndex ci1, CellIndex ci2)

Parameters

ci1

CellIndex

ci2

CellIndex

Returns

bool