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
135
Checking if a column value is null
posted

Hi

Regarding the UltraWinGrid.UltraGrid

Is it possible to check if a column value is null, rather than an error being thrown if the cell has no value.

Here's the code.
MsgBox(Me.UltraGrid1.ActiveRow.Cells("MyGridsColumnName").Value)

Many thanks,
Dave

Parents
No Data
Reply Children