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 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
See Also