ShowColumn

Parent Previous Next

ShowColumn

This function Shows a desired column in the MultiTagViewer object.


Function Definition:


void ShowColumn( 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 ShowColumn function: MultiTagViewerObjectName.ShowColumn(index);


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


  

 

Note: This property exists only to the following objects:

.     Multi Tag Viewer