Glide DataGrid: Column Headers Unavailable?

I have a program which uses a DataGrid object called dataGrid, and after making the table with the proper column headers, I cannot seem to access the headers from the dataGrid object to see their values! Is there some tricky way that you access the column headers, or do I have to keep track of this data myself?

I will answer my own question.

I figured out that you cannot easily access the headers in .net micro framework, and so that functionality most likely would not be available in the Glide library either.