How can i select the first link with data scraping plz?

How can i select the first link with data scraping plz ?

@Soudios

After data scraping it will give output as DataTable right. And then use Column Index or Name to get first row value.

                  DataTable.Rows(0).Item(0) - Referes to first row and first column value

@lakshman

This is the first link i want with data scraping