Method GetCellUrl
GetCellUrl(int, int)
Gets the URL associated with the cell at the specified position.
public string? GetCellUrl(int col, int row)
Parameters
Returns
- string
The URL if one exists, otherwise null.
Gets the URL associated with the cell at the specified position.
public string? GetCellUrl(int col, int row)
The URL if one exists, otherwise null.