Method GetCellUrl
GetCellUrl(int, int)
Gets the URL associated with the cell at the specified position. Returns null if no URL is associated with the cell.
string? GetCellUrl(int col, int row)
Gets the URL associated with the cell at the specified position. Returns null if no URL is associated with the cell.
string? GetCellUrl(int col, int row)