| 
IRowsEnumerator
GetCellValue Method
  | 
 Retrieves the value of a cell based on the specified column name.
 Namespace:
 Spire.Doc.Reporting
 Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
 Syntax
Syntax
 
 
Object GetCellValue(
	string columnName
)
 
Function GetCellValue ( 
	columnName As String
) As Object
 
Object^ GetCellValue(
	String^ columnName
)
 
abstract GetCellValue : 
columnName : string -> Object 
 
 
 
Parameters
 
- 
columnName
 
- 
 Type:
 
System
String
 
 The name of the column to retrieve the value from.
Return Value
 
 Type:
 
Object
 
 The value of the cell.
 
 See Also
See Also