SVBDataMonitorDisplayFormats.Get

This function returns the Column's target name, and variable display format for the specified item in the collection.

Syntax Parameters Return Value
Sub SVBDataMonitorDisplayFormats.Get( _
    Index As Integer, _
    ByRef ColumnTargetName As String, _
    ByRef Format As String)
  • Index [in]

Type: Integer

  • ColumnTargetName [out]

Type: String

  • Format [out]

Type: String

This function does not return a value.