'DeclarationReadOnly Property CurrentRow As System.Integer
'UsageDim instance As IArguments Dim value As System.Integer value = instance.CurrentRow
System.int CurrentRow {get;}
read-only property CurrentRow: System.Integer;
function get CurrentRow : System.int
            __property System.int get_CurrentRow();
            property System.int CurrentRow { System.int get(); }