Gets the handle of the processed row.
public int RowHandle { get; }
Public ReadOnly Property RowHandle As Integer
This property's return value can be passed to a method allowing you to obtain the processed row's data. Thus, you are not limited to using the FieldValue property only to accumulate the TotalValue.