getting the grdSOH row key in c#  Topic is solved

Discussions relating to Jiwa 7 plugin development, and the Jiwa 7 API.

getting the grdSOH row key in c#

Postby DannyC » Wed Oct 29, 2025 9:21 am

In VB.net you can use
Code: Select all
Dim key As String = grdSOH.GridText("Key", Row)
to get the key as a string.

The .GridText property doesn't exist in c#.
Whats the equivalent?
User avatar
DannyC
Senpai
Senpai
 
Posts: 718
Joined: Fri Mar 22, 2013 12:23 pm
Topics Solved: 31

Re: getting the grdSOH row key in c#  Topic is solved

Postby Scott.Pearce » Wed Oct 29, 2025 10:11 am

Code: Select all
string key = grdSOH.get_GridText("Key", Row).ToString();
Scott Pearce
Senior Analyst/Programmer
Jiwa Financials
User avatar
Scott.Pearce
Senpai
Senpai
 
Posts: 765
Joined: Tue Feb 12, 2008 11:27 am
Location: New South Wales, Australia
Topics Solved: 230


Return to Technical and or Programming

Who is online

Users browsing this forum: No registered users and 1 guest