Share

IGoExcel.CellValue Property (String, String, String)

Gets or sets the value of the cell at the specified address.

Namespace:  Autodesk.iLogic.Interfaces
Assembly:  Autodesk.iLogic.Interfaces (in Autodesk.iLogic.Interfaces.dll) Version: 30.0

Syntax

VB

Property CellValue ( 
	fileName As String,
	sheetName As String,
	cellAddress As String
) As Object
	Get
	Set

C#

Object this[
	string fileName,
	string sheetName,
	string cellAddress
] { get; set; }

Parameters

fileName
Type: System.String
The relative or absolute filename of the Excel workbook. (Relative paths are recommended.)
sheetName
Type: System.String
The name of the worksheet.
cellAddress
Type: System.String
Cell address (e.g. "A1")

Property Value

Type: Object
The value of the cell (may be numeric, a text string, a Boolean value, or Nothing).

See Also

Reference

Was this information helpful?