public bool Equals(VisibleRowRange other) => FromIndex == other.FromIndex && Count == other.Count;
 public bool Equals(VisibleRowRange other) => FromIndex == other.FromIndex && ToIndex == other.ToIndex;