Back to Devexpress

ExternalWorksheet.GetCellValue(Int32, Int32) Method

officefileapi-devexpress-dot-spreadsheet-dot-externalworksheet-dot-getcellvalue-x28-system-dot-int32-system-dot-int32-x29.md

latest1.6 KB
Original Source

ExternalWorksheet.GetCellValue(Int32, Int32) Method

Obtains the cell value for the specified cell.

Namespace : DevExpress.Spreadsheet

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

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

csharp
CellValue GetCellValue(
    int columnIndex,
    int rowIndex
)
vb
Function GetCellValue(
    columnIndex As Integer,
    rowIndex As Integer
) As CellValue

Parameters

NameTypeDescription
columnIndexInt32

An integer that is the column index of a cell.

| | rowIndex | Int32 |

An integer that is the row index of a cell.

|

Returns

TypeDescription
CellValue

A CellValue object that is the value of the specified cell.

|

See Also

ExternalWorksheet Interface

ExternalWorksheet Members

DevExpress.Spreadsheet Namespace