ExcelDriver.GetCellValue(String) Method

Definition

Gets the values from one or more specified cells in the currently open workbook.

public object GetCellValue (string cellReference);
member this.GetCellValue : string -> obj
Public Function GetCellValue (cellReference As String) As Object

Parameters

cellReference
String

Returns

A Object that represents the values in the specified cells.

Applies to