Back to Devexpress

CellValue.GetHashCode() Method

officefileapi-devexpress-dot-spreadsheet-dot-cellvalue-c74ef53c.md

latest1.3 KB
Original Source

CellValue.GetHashCode() Method

Gets the hash code (a number) that corresponds to the value of the current CellValue object.

Namespace : DevExpress.Spreadsheet

Assembly : DevExpress.Spreadsheet.v25.2.Core.dll

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

csharp
public override int GetHashCode()
vb
Public Overrides Function GetHashCode As Integer

Returns

TypeDescription
Int32

The hash code for the current object.

|

Remarks

The function supports the .NET infrastructure. For more information on hash codes, see the GetHashCode() topic in MSDN.

See Also

CellValue Class

CellValue Members

DevExpress.Spreadsheet Namespace