Gets the
DataGridCell with the specified row and column index.
'Declaration
<System.Diagnostics.CodeAnalysis.SuppressMessageAttribute(Category="Microsoft.Design",
CheckId="CA1023:IndexersShouldNotBeMultidimensional",
Scope="",
Target="",
MessageId="",
Justification="")>
Public Overloads ReadOnly Property Item( _
ByVal As System.Integer, _
ByVal columnIndex As System.Integer _
) As DataGridCell
[System.Diagnostics.CodeAnalysis.SuppressMessage(Category="Microsoft.Design",
CheckId="CA1023:IndexersShouldNotBeMultidimensional",
Scope="",
Target="",
MessageId="",
Justification="")]
public DataGridCell Item(
System.int ,
System.int columnIndex
) {get;}
Parameters
- rowIndex
- columnIndex
Property Value
The cell in the specified row and column