New to Telerik UI for WinFormsStart a free 30-day trial

CellIndex

Struct

Definition

Namespace:Telerik.WinControls.UI.HeatMap

Assembly:Telerik.WinControls.UI.dll

Syntax:

C#
public struct CellIndex : IEquatable<CellIndex>

Implements: IEquatable<CellIndex>

Constructors

C#
public CellIndex(int rowIndex, int columnIndex)
Parameters:rowIndexintcolumnIndexint

Properties

C#
public readonly int ColumnIndex { get; }
C#
public static CellIndex Empty { get; }
C#
public bool IsDataCell { get; }
C#
public bool IsEmpty { get; }
C#
public bool IsHeaderCell { get; }
C#
public readonly int RowIndex { get; }

Methods

C#
public bool Equals(CellIndex other)
Parameters:otherCellIndexReturns:

bool

Implements: IEquatable<CellIndex>.Equals(CellIndex)

C#
public override bool Equals(object obj)
Parameters:objobjectReturns:

bool

Overrides: ValueType.Equals(object)

C#
public override int GetHashCode()
Returns:

int

Overrides: ValueType.GetHashCode()

C#
public override string ToString()
Returns:

string

Overrides: ValueType.ToString()

Operators

C#
public static bool operator !=(CellIndex ci1, CellIndex ci2)
Parameters:ci1CellIndexci2CellIndexReturns:

bool

C#
public static bool operator ==(CellIndex ci1, CellIndex ci2)
Parameters:ci1CellIndexci2CellIndexReturns:

bool