GetVectorVisible Method (TableRowCollection)
 
            Returns the value of the 
TableVector.Visible property of a 
TableVector (row or column) identified by its index in a 
RenderTable. This method does not create the specified vector if it has not been initialized yet (see 
remarks in 
GetVectorSize for details).
 
            
            
            
            
            
            
            
            'Declaration
 
Public Function GetVectorVisible( _
   ByVal  As Integer _
) As Boolean
             
        
            
            public bool GetVectorVisible( 
   int 
)
             
        
             
        
            Parameters
- index
 
- The 0-based index (Ordinal) of the row or column.
 
            
            Return Value
The value of the specified vector's 
TableVector.Visible property, or 
true if the vector has not been initialized.