Click or drag to resize

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
Object GetCellValue(
	string columnName
)

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