public static Object GetCurrentRowCellValue(
this DataGridView gridView,
int columnIndex
)
<ExtensionAttribute>
Public Shared Function GetCurrentRowCellValue (
gridView As DataGridView,
columnIndex As Integer
) As Object
Dim gridView As DataGridView
Dim columnIndex As Integer
Dim returnValue As Object
returnValue = gridView.GetCurrentRowCellValue(columnIndex)
public:
[ExtensionAttribute]
static Object^ GetCurrentRowCellValue(
DataGridView^ gridView,
int columnIndex
)
[<ExtensionAttribute>]
static member GetCurrentRowCellValue :
gridView : DataGridView *
columnIndex : int -> Object
No code example is currently available or this language may not be supported.
[Missing <returns> documentation for "M:DevCase.Extensions.DataGridViewExtensions.DataGridViewExtensions.GetCurrentRowCellValue(System.Windows.Forms.DataGridView,System.Int32)"]