how to access grid view row?



how to access grid view row?..

Answer / Rakesh Kumar Pal

To access a specific row in a grid view, you need to use the row index. In C++, you can retrieve a particular row by iterating through the rows and checking the row index. The exact method depends on the library or framework you are using.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C++ General Interview Questions

What is setiosflags c++?

1 Answers  


Explain what is class definition in c++ ?

1 Answers  


What it is and how it might be called (2 methods).

1 Answers  


what is the use of templates?

3 Answers  


Is there a sort function in c++?

1 Answers  


What is a flag in c++?

1 Answers  


How can you quickly find the number of elements stored in a dynamic array? Why is it difficult to store linked list in an array?

1 Answers  


Is java a c++?

1 Answers  


How do you instruct your compiler to print the contents of the intermediate file showing the effects of the preprocessor?

1 Answers  


What is a binary file? List the merits and demerits of the binary file usagein C++.

1 Answers  


What is setf in c++?

1 Answers  


Ask to write virtual base class code?

1 Answers   Satyam,


Categories