SPViewCollection.Item property
Gets the view object from the collection.
Overload list
Name | Description | |
---|---|---|
Item[Guid] | Gets the view object with the specified GUID from the collection. | |
Item[Int32] | Gets the view object at the specified index in the collection. | |
Item[String] | Gets the view object with the specified name from the collection. |
Top