ExcelDriver.SetCellValue(String, String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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