johnf wrote:
> On Tuesday 30 June 2009 11:38:39 am johnf wrote:
>> Is there a way to hide a column.  I want to use the column info in a calc
>> but do not want to display the column.
> 
> grid.column[num].Visible = False

Actually:

grid.Columns[idx].Visible = False

Paul

_______________________________________________
Post Messages to: Dabo-users@leafe.com
Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users
Searchable Archives: http://leafe.com/archives/search/dabo-users
This message: http://leafe.com/archives/byMID/4a4a5f88.9090...@ulmcnett.com

Reply via email to