How can we count the no of rows are available in a data
table ?
Answers were Sorted based on User's Feedback
Answer / mohibul islam
DataTable.GetRowCount - this is for Global DataTable
DataTable.GetSheet(sheetId).GetRowCount - this is for Local
DataTable
Is This Answer Correct ? | 11 Yes | 1 No |
Answer / uday kumar_anem
All of you are correct, but i am adding one small change.
datatable.getsheet(SheetId).getrowcount
Is This Answer Correct ? | 7 Yes | 0 No |
DataTable.GetRowCount()function usful for findout rows
(Contain Values)in the datatable.
Is This Answer Correct ? | 2 Yes | 0 No |
Answer / k.chandra sekhar
a) Use this Get row account the in the table no of the
rows account.
b) Here the use of the, for loop.
My name is k.chandra sekhar,
My phone no is 09246540049,
Hyderabad.
My mail id is ndra_143@yahoo.co.in
If any body want full explain send the mail
Is This Answer Correct ? | 1 Yes | 4 No |
Tell some commonly used Excel VBA functions?
What is the difference between "call" and "callclose"
How many scripts did you have?
Can any body help me to write descriptive program to find a cell value (say 2 row, 3rd column) in a datatable which is creating dynamically and statically
WHAT IS PARAMITARIZATION?
how can we test load time of an page in webtesting?
How will u declare a variable to access multiple actions? a)Dim b)Global c)Public d)Private
How many types of recording facility are available in quicktest professional (qtp)?
what you mean by artifact,milestone...
Plz suggest me a good training institute in Mumbai/hyderabad for QTP…. Plz advice thank u
i have .xls,.txt,.doc files are there (together). i want find only .xls file among them? how can we write function?
where do you define the objects as regular expression when u are using regular expressions.