Edit

Share via


ExcelDriver.SetCellValue(String, String) Method

Definition

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

public void SetCellValue(string cellReference, string value);
member this.SetCellValue : string * string -> unit
Public Sub SetCellValue (cellReference As String, value As String)

Parameters

cellReference
String
value
String

Applies to