Gets all the attribute columns in the current row.
[Visual Basic]
Public Function GetValues( _
ByVal values() As Object _
) As Integer
[C#]
public int GetValues(
object[] values
);
[C++]
public: int GetValues(
Object* values __gc[]
);
[JScript]
public function GetValues(
values : Object[]
) : int;
The number of instances of Object in the array.