Please ensure Javascript is enabled for purposes of website accessibility
Powered by Zoomin Software. For more details please contactZoomin

AVEVA™ Plant SCADA

IObjectViewColumn​.Text [Property][Get]

  • Last UpdatedJul 18, 2023
  • 1 minute read

Gets the Text that is being displayed for this columns header.

Defined As

  • [VBA] String Text

  • [Cicode] STRING Text

  • [C++] BSTR Text

Execution Result

If the property get succeeds, the return value will be Success. If the return variable is bad, the return value will be InvalidArgument.

Calling Syntax

This example assumes there is a valid column as retrieved from an ObjectView. (for example, VBA: objectView.Columns.Item(1)).

[VBA]

Sub Example(objectViewColumn As Object)
Dim text As String
`Getting Property value
text = objectViewColumn.Text
End Sub

[Cicode]

FUNCTION Example(OBJECT hObjectViewColumn)
// Getting property value
STRING text = _ObjectGetProperty(hObjectViewColumn, "Text");
END

In This Topic
TitleResults for “How to create a CRG?”Also Available in