Do you mean column key or column header.
You can actually use GetNAProperty method of the grid test object to get any property, so to get the column header of the first column:
Dim headerString as String
Dim ColumnKey as String
headerString = CSTR(UltraGrid().GetNAProperty("Rows[0].Cells[0].Column.Header.Caption"))
ColumnKey = CSTR(UltraGrid().GetNAProperty("Rows[0].Cells[0].Column.Key"))
I hope that will help you,
Ammar
Hi Ammar,
while i'm trying to use the abbove code i'm getting the unhandled exceptional.
pls reply me.
Rekha.