ChildFramesetItem Property Example
This example sets the name of the third child frame of the specified frame to "BottomFrame".
ActiveWindow.Document.Frameset _ .ChildFramesetItem(3).FrameName = "BottomFrame"