- Trending Categories
Data Structure
Networking
RDBMS
Operating System
Java
MS Excel
iOS
HTML
CSS
Android
Python
C Programming
C++
C#
MongoDB
MySQL
Javascript
PHP
Physics
Chemistry
Biology
Mathematics
English
Economics
Psychology
Social Studies
Fashion Studies
Legal Studies
- Selected Reading
- UPSC IAS Exams Notes
- Developer's Best Practices
- Questions and Answers
- Effective Resume Writing
- HR Interview Questions
- Computer Glossary
- Who is Who
Finding index of rows and columns in SAP
To identify the index of the row, you can use the property “indexOfRow” to get the row of the clicked button.
All the buttons will be in the same column, so it does not make sense to get the column index, but if you still need to get the column index then you can go ahead and use the property “indexOfColumn” or “columnIndex”.
- Related Articles
- Finding the number of rows and columns in a given matrix using Numpy
- Finding minimum value across different columns in SAP HANA
- Program to find matrix for which rows and columns holding sum of behind rows and columns in Python
- Difference between Rows and Columns
- How to multiply a matrix columns and rows with the same matrix rows and columns in R?
- Finding median index of array in JavaScript
- Write a Python program to generate random ten rows, two columns of vowels. If both the rows are matched with same vowels, then print the index and count of matched columns
- Finding reversed index of elements in arrays - JavaScript
- Create index of three columns in MySQL?
- How to get rows and columns of 2D array in Java?
- How to AutoSum Multiple Rows and Columns in Excel?
- Finding Duplicate Rows in MySQL (Composite Key)?
- C program to sort all columns and rows of matrix
- Python Pandas - Select a subset of rows and columns combined
- Functions of Index server in SAP HANA system

Advertisements