Gets the column caption at the specified position.
            
            
            
Syntax
| Visual Basic (Declaration) |   | 
|---|
Public Function GetDataColumnCaption( _
   ByVal column As Integer _
) As String  | 
 
            Parameters
- column
 
- Column index for which caption is requested
 
            
            Return Value
String containing the column caption of the bound data for the specified column
 
            
Exceptions
						
            
            
            
            
            
            
            
Requirements
Target Platforms: Windows 2000 Professional (SP4), Windows 2000 Server, Windows 2003 Server (SP1), Windows 2008, Windows XP (SP2), Windows Vista, Windows 7, Windows 8
 
            
            
See Also