EditTable Widget WebFAQ - Q6


  /******************************************************
   Suppose you want to hide the third and the fourth rows
   and the third and the fourth columns.
   ******************************************************/
  :
  :
  /* in main().....*/ 
  :
  :

  XintEditTableChangeColumnVisibility(Table, 3, 4, False);
  XintEditTableChangeRowVisibility(Table, 3, 4, False);

  :
  :


Click here for the Image
Back to EditTable FAQ

© INT 1996.
<>