08-18-2009, 10:58 AM
Although I agree with Basanth - Please post one question per thread,
For your second query - You can use GetCellProperty to retrive the column header
e.g.
swftable.GetCellProperty(0 , 1 , "colname") - return the first col header name
swftable.GetCellProperty(0 , 2 , "colname") - return the second col header name
For your second query - You can use GetCellProperty to retrive the column header
e.g.
swftable.GetCellProperty(0 , 1 , "colname") - return the first col header name
swftable.GetCellProperty(0 , 2 , "colname") - return the second col header name