Wimark.Controls Class Library  

DataGridView.DataGridViewSelectedCellAddressCollection.Item Property

Gets the cell address at the specified indexed location in the collection.

[C#] In C#, this property is the indexer for the DataGridView.DataGridViewSelectedCellAddressCollection class.

[Visual Basic]
Public ReadOnly Property Item( _
   ByVal index As Integer _
) As DataGridView.DataGridViewCellAddress  Implements IList.Item 
[C#]
public DataGridView.DataGridViewCellAddress this[  
   int index 
] {get;}
[C++]
public: __property DataGridView.DataGridViewCellAddress get_Item( 
   int index 
);

Implements

IList.Item

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows .NET Server family

See Also

DataGridView.DataGridViewSelectedCellAddressCollection Class | DataGridView.DataGridViewSelectedCellAddressCollection Members | Wimark.Controls Namespace