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

AVEVA™ Plant SCADA

IObjectViewColumns​.Show [Method]

  • Last UpdatedJul 18, 2023
  • 1 minute read

Makes the specified column visible within the Object View.

Defined As

  • [VBA] Show(columnName As String)

  • [Cicode] Show(STRING columnName)

  • [C++] HRESULT Show(BSTR columnName)

Parameters

columnName

[in] The string ID uniquely identifying the column you want to make visible

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. If the field cannot be set, then GeneralFailure is returned.

Calling Syntax

This example assumes there is a columns Collection from an ObjectView. (for example, VBA: objectView.Columns).

[VBA]

Sub Example(columns As Object)
columns.Show "Error"
End Sub

[Cicode]

FUNCTION Example(OBJECT hColumns)
_ObjectCallMethod(hColumns, "Show", "Error");
END

See Also

IObjectViewColumns.Hide [Method]

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