|
-
February 5th, 2000, 08:16 AM
#1
Maximum rows in Flex Grid control
Hi everybody
I want to know what is the limit on the number of rows that we can fill in the Flex frid control.
If there is a limit on the number of rows can we trap if we are trying to add more rows tan those permitted by VB.
Also if anybody has idea about the limit on number of rows that can be entered in an excel sheet (excel 97)
Thanx in advance!
-
February 7th, 2000, 11:42 PM
#2
Re: Maximum rows in Flex Grid control
From what I know of it there doesn't seem to be a limit to how many rows you can add to the flexgrid. I've added 66,000 rows to one, course it takes longer to add that many rows but it worked.
The limit to excel rows is 65,536.
-
February 18th, 2000, 04:17 AM
#3
Re: Maximum rows in Flex Grid control
According to the MSDN help the Rows property is a long data type - ie approx +/- 2e09. So theoretically that is the max.
However, the number of cells (rows x cols)is also fixed by the machine memory. On my 128Mb machine I have managed to assign 350,000 cells with no problems.
Hope this helps.
Chris.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|