FormTableControl.data(Int32, Int32) 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.
public:
virtual System::Object ^ data(int _column, int _row);
public virtual object data (int _column, int _row);
abstract member data : int * int -> obj
override this.data : int * int -> obj
Public Overridable Function data (_column As Integer, _row As Integer) As Object
Parameters
- _column
- Int32
- _row
- Int32