GetDataRaw Method (ExcelRow)
In This Topic
Gets the raw data in a cell (evaluates formulas but does not format the values).
Syntax
'Declaration
Public Overrides Function GetDataRaw( _
ByVal As Column _
) As Object
public override object GetDataRaw(
Column
)
Parameters
- col
- Column that defines the cell to retrieve.
Return Value
An object representing the cell value.
See Also