Share via


DataGridView.Item Property (2007 System)

Include Protected Members
Include Inherited Members

Provides an indexer to get or set the cell located at the intersection of the specified row and column.

This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.

Overload List

 

Name

Description

Public property

Item[Int32, Int32]

Provides an indexer to get or set the cell located at the intersection of the column and row with the specified indexes. (Inherited from DataGridView.)

Public property

Item[String, Int32]

Provides an indexer to get or set the cell located at the intersection of the row with the specified index and the column with the specified name. (Inherited from DataGridView.)

Top

See Also

Reference

DataGridView Class

DataGridView Members

Microsoft.Office.Tools.Word.Controls Namespace