Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+
Row

CellKey.ToLong() Method

Returns a number that uniquely identifies a cell in a workbook.

Namespace: DevExpress.Spreadsheet

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

Declaration

public long ToLong()

Returns

Type Description
Int64

An Int64 number that identifies a cell in a workbook.

See Also