Table of Contents

Method GetValue

Namespace
DocWright.Reporting.Data
Assembly
DocWright.Reporting.dll

GetValue(int)

Gets a value of the current row.

public abstract object? GetValue(int ordinal)

Parameters

ordinal int

The column's position in Columns.

Returns

object

The value, or null.