WebWindows.Close Method
SharePoint Designer Developer Reference |
Closes the Web file that is opened in the specified window.
Syntax
expression.Close(Index)
expression Required. A variable that represents a WebWindows collection.
Parameters
Name | Required/Optional | Data Type | Description |
---|---|---|---|
Index | Optional | Variant | Refers to an item in the WebWindows collection. Can be any number corresponding to an item in the collection, with the index starting at zero. |
See Also