Item Property
MSDN Home
MSDN
MSDN Library
.NET Development
Previous Versions
.NET Framework 2.0
Class Library Reference
System.Windows.Forms
DataGridView Class
DataGridView Properties
Item Property
Item Property (Int32, Int32)
Item Property (String, Int32)
DataGridView Properties
AdjustedTopLeftHeaderBorderSty ...
AdvancedCellBorderStyle Proper ...
AdvancedColumnHeadersBorderSty ...
AdvancedRowHeadersBorderStyle ...
AllowUserToAddRows Property
AllowUserToDeleteRows Property
AllowUserToOrderColumns Proper ...
AllowUserToResizeColumns Prope ...
AllowUserToResizeRows Property
AlternatingRowsDefaultCellStyl ...
AutoGenerateColumns Property
AutoSize Property
AutoSizeColumnsMode Property
AutoSizeRowsMode Property
BackColor Property
BackgroundColor Property
BackgroundImage Property
BackgroundImageLayout Property
BorderStyle Property
CellBorderStyle Property
ClipboardCopyMode Property
ColumnCount Property
ColumnHeadersBorderStyle Prope ...
ColumnHeadersDefaultCellStyle ...
ColumnHeadersHeight Property
ColumnHeadersHeightSizeMode Pr ...
ColumnHeadersVisible Property
Columns Property
CurrentCell Property
CurrentCellAddress Property
CurrentRow Property
DataMember Property
DataSource Property
DefaultCellStyle Property
DefaultSize Property
DisplayRectangle Property
EditingControl Property
EditingPanel Property
EditMode Property
EnableHeadersVisualStyles Prop ...
FirstDisplayedCell Property
FirstDisplayedScrollingColumnH ...
FirstDisplayedScrollingColumnI ...
FirstDisplayedScrollingRowInde ...
Font Property
ForeColor Property
GridColor Property
HorizontalScrollBar Property
HorizontalScrollingOffset Prop ...
IsCurrentCellDirty Property
IsCurrentCellInEditMode Proper ...
IsCurrentRowDirty Property
Item Property
MultiSelect Property
NewRowIndex Property
Padding Property
ReadOnly Property
RowCount Property
RowHeadersBorderStyle Property
RowHeadersDefaultCellStyle Pro ...
RowHeadersVisible Property
RowHeadersWidth Property
RowHeadersWidthSizeMode Proper ...
Rows Property
RowsDefaultCellStyle Property
RowTemplate Property
ScrollBars Property
SelectedCells Property
SelectedColumns Property
SelectedRows Property
SelectionMode Property
ShowCellErrors Property
ShowCellToolTips Property
ShowEditingIcon Property
ShowRowErrors Property
SortedColumn Property
SortOrder Property
StandardTab Property
Text Property
TopLeftHeaderCell Property
UserSetCursor Property
VerticalScrollBar Property
VerticalScrollingOffset Proper ...
VirtualMode Property
Switch View :
Classic
Lightweight Beta
ScriptFree
Feedback
.NET Framework Class Library
DataGridView.Item Property
Gets or sets the cell located at the intersection of the specified row and column.
Overload List
Name
Description
DataGridView.Item (Int32, Int32)
Gets or sets the cell located at the intersection of the row and column with the specified indexes.
DataGridView.Item (String, Int32)
Gets or sets the cell located at the intersection of the row with the specified index and the column with the specified name.
See Also
Reference
DataGridView Class
DataGridView Members
System.Windows.Forms Namespace
DataGridViewRow.Cells
DataGridViewCellCollection
Rows
DataGridViewRowCollection
Other Resources
DataGridView Control (Windows Forms)
Tags :