ExternalMonitorDisplayFormats.Get
This function returns the Query name, column name, and variable display format for the specified item in the collection.
| Syntax | Parameters | Return Value |
|---|---|---|
Sub ExternalMonitorDisplayFormats.Get( _
Index As Integer, _
ByRef QueryName As String, _
ByRef ColumnName As String, _
ByRef Format As String)
|
Type: Integer
Type: String
Type: String
Type: String |
This function does not return a value. |