Share via


DataGridBoolColumn.GetColumnValueAtRow(CurrencyManager, Int32) Metodo

Definizione

Ottiene il valore in corrispondenza della riga specificata.

protected public:
 override System::Object ^ GetColumnValueAtRow(System::Windows::Forms::CurrencyManager ^ lm, int row);
protected internal override object GetColumnValueAtRow (System.Windows.Forms.CurrencyManager lm, int row);
override this.GetColumnValueAtRow : System.Windows.Forms.CurrencyManager * int -> obj
Protected Friend Overrides Function GetColumnValueAtRow (lm As CurrencyManager, row As Integer) As Object

Parametri

lm
CurrencyManager

Classe CurrencyManager per la colonna.

row
Int32

Numero di riga.

Restituisce

Valore, tipizzato come Object.

Si applica a