Previous | Next |
Returns the ChannelFormat object as specified by the Index value.
Syntax
Station.ChannelFormats.Item( Index )
Example
' Get the second station in the collection
Set MyStation = NSChannelMgr.Channels.Item(1)
' Get the first station format in the second station
Set MyFormat = MyStation.ChannelFormats.Item(0)
Remarks
The Item property is the default property for this object.
See Also
ChannelFormat Objects, ChannelFormats.Count
Previous | Next |