Gets the header text for the specified column.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function GetHeaderText( _
ByVal Col As Integer _
) As String |
Visual Basic (Usage) | |
---|
Dim instance As IBomTable
Dim Col As Integer
Dim value As String
value = instance.GetHeaderText(Col)
|
C# | |
---|
string GetHeaderText(
int Col
) |
C++/CLI | |
---|
String^ GetHeaderText(
& int Col
) |
Parameters
- Col
- Column number with the desired header text; this is a 0-based index
Return Value
Text string from the column header
Remarks
See Also