Obtains the index of the last non-empty cell within the row.
public int LastCellIndex { get; }
An integer indicating the zero-based index of the row's last non-empty cell.
The LastCellIndex property, in conjunction with FirstCellIndex, provides a comprehensive view of the data distribution within a row, facilitating efficient data processing and manipulation.