Item Property
Sets or retrieves the item in the collection that matches the int being searched for.
Syntax
Visual Basic Public Property Item As int C# public int Item { get; set; } Managed C++ public: __property int get_Item();
public: __property void set_Item(int);JScript public function get Item() : int;
public function set Item(int);
Possible Values
iItem The item in the collection. The property is read/write. The property has no default value.
Property Information
Applies To
CssCollection
See Also