If the current cell resides within a Row Grand Total, the RowField property returns null. Otherwise, this property returns the innermost Row Field that corresponds to the current cell.
Use the GetRowFields method to obtain all row fields that correspond to the current cell.
To obtain the corresponding column fields, use the ColumnField property and GetColumnFields method respectively.
To determine which Data Field identifies the current cell, use the DataField property.