Returns the specified row.
[Visual Basic .NET] |
---|
Public Function GetRow( _ ByVal Index As Integer _ ) As System.Array |
[C#] |
---|
public System.Array GetRow( int Index ); |
[Managed C++] |
---|
public: System::Array GetRow( int Index ); |
[Java] |
---|
public AgSafeArray getRow( int Index ); |
[Python - STK API ] |
---|
def GetRow(self, Index:int) -> list: |
- Index