Property UnwrappedPosition
UnwrappedPosition
The unwrapped row and column index into the text containing the Cell. Unwrapped means the text without word wrapping or other visual formatting having been applied.
public readonly (int Row, int Col) UnwrappedPosition { get; }