Visually Viewing and Editing a Two-Dimensional Array - VB/C#
        Posted  
        
            by Jeffrey Kern
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Jeffrey Kern
        
        
        
        Published on 2010-06-12T10:22:25Z
        Indexed on 
            2010/06/12
            10:53 UTC
        
        
        Read the original article
        Hit count: 261
        
I've never personally used any of the Data controls within Visual Studio. I need to view and edit a two-dimensional byte array, 16x15 objects. Is there any control capable of editing this information?
I've tried to access data with the DataViewGrid, but am not sure how to use it.
It would be great to edit this information via rows and columns, like how you can in Excel.
Thank you!
Times like this I wish I could just use multiple text boxes and assign them each an index value. Oh VB6 how I miss you :P
© Stack Overflow or respective owner