Share

IGoExcel.CellValue Property (String)

Gets or sets the value of the cell at the specified address in the current workbook and worksheet.

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

Syntax

VB

Property CellValue ( 
	cellAddress As String
) As Object
	Get
	Set

C#

Object this[
	string cellAddress
] { get; set; }

Parameters

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?