question

BenTam-3243 avatar image
0 Votes"
BenTam-3243 asked Castorix31 answered

Syntax for getting access to cell content of an objectListView

Dear All,

Anybody knows the syntax for getting access to the cell content of an objectListView.

TIA

dotnet-csharp
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

1 Answer

Castorix31 avatar image
0 Votes"
Castorix31 answered

Like for a ListView

If it is a string, cell (1,2) for example :

  string sText = olv.Items[1].SubItems[2].Text;
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.