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
ChannelFormats collections, ChannelFormats objects, ChannelFormats.Count
© 1996-1998 Microsoft Corporation. All rights reserved.