Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
430
Column and Row Numbers of Xamdatagrid
posted

Hello everyone,

I am trying to implement HighlightAlternateRecords when I export my xamdatagrid to excel.

So in the code I need to reach the number of columns to set color of each cell in excel. I can reach the row number with tempGrid.Records.Count but I can not figure out how can I reach the column numbers

Thanks