FormObject.getValue Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
getValue() | |
getValue(Int32) |
getValue()
public:
virtual System::Object ^ getValue();
public virtual object getValue ();
abstract member getValue : unit -> obj
override this.getValue : unit -> obj
Public Overridable Function getValue () As Object
Returns
Applies to
getValue(Int32)
public:
virtual System::Object ^ getValue(int _rowIndex);
public virtual object getValue (int _rowIndex);
abstract member getValue : int -> obj
override this.getValue : int -> obj
Public Overridable Function getValue (_rowIndex As Integer) As Object
Parameters
- _rowIndex
- Int32