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