Click here to Skip to main content
15,949,741 members
Please Sign up or sign in to vote.
4.00/5 (1 vote)
See more:
Can dynamically resizing 3d array (for increasing page column) and jagged array (for increasing row column) be used together??.. I require this because my every page column will contain different number of rows.
Posted

1 solution

I don't think so, unless you iterate over the rows and copy the data across manually. What are you trying to do ? It sounds strange.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900