- Code: Select all
Dim key As String = grdSOH.GridText("Key", Row)
The .GridText property doesn't exist in c#.
Whats the equivalent?
Dim key As String = grdSOH.GridText("Key", Row)
string key = grdSOH.get_GridText("Key", Row).ToString();
Return to Technical and or Programming
Users browsing this forum: No registered users and 1 guest