GetColHeadings Method Example

The following example retrieves the column headings of the alarm summary object. In this example, the column headings will be returned in the variable bstrColHeadings.

Dim lErr as Long

Dim bstrColHeadings As String

lErr = AlarmSummaryOCX1.GetColHeadings(bstrColHeadings)