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
258
How to use GetColumnControl method for SwfTable(Infragistics.Win.UltraWinGrid.UltraGrid)
posted

How to identify the arguments required for the function GetColumnControl

From the help I can find

column

The column path in the following format "[Band Index];[Column Key]"

What values should I give for band index and Column key.

This how the recorder script comes

TableObject.SetCellData "0","CurrencyGuid","43219"

If I use TableObject.GetColumnControl("0;CurrencyGuid") , I am getting th error "Object required: 'GetColumnControl(...)'"

and if I use TableObject.GetColumnControl("1;CurrencyGuid") , I am getting the error,

Key not found
Parameter name: key

How can I know the correct values for the Column Key,

 

Parents Reply Children
No Data