ExternalWorksheet.GetCellValue(Int32, Int32) Method
In This Article
Obtains the cell value for the specified cell.
Namespace: DevExpress.Spreadsheet
Assembly: DevExpress.Spreadsheet.v24.2.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
column |
Int32 | An integer that is the column index of a cell. |
row |
Int32 | An integer that is the row index of a cell. |
#Returns
Type | Description |
---|---|
Cell |
A Cell |
See Also