Returns the specified row.
[Visual Basic .NET] |
---|
Public Function GetRow( _ ByVal Index As Integer _ ) As |
[C#] |
---|
public System.Array GetRow( int Index ); |
[Managed C++] |
---|
public: System::Array GetRow( int Index ); |
[Java] |
---|
public VariantArray getRow( int Index ); |
- Index