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
765
colums visible
posted

I don't know what property should be used for hiding colums in Data
Grid, whereas in Data Grid View we have

DataGridView1.Colums(1).Visible = False ,
But how can I hide (visible=false) Colums in WinGrid?
Thankss

Ronald