HideColumn

Parent Previous Next

HideColumn

This function Hides a desired column in the MultiTagViewer object.


Function Definition:


void HideColumn( int index );


.     int index: Integer parameter that represents the desired column(index starts with zero).



To configure this function, follow the steps below:


1.   In an object event, configure the HideColumn function: MultiTagViewerObjectName.HideColumn(index);


2.   During the execution of the RunTime, run the configured event to hide a desired column in the MultiTagViewer object.


  

 

Note: This property exists only to the following objects:

.     Multi Tag Viewer