partial function getArrayRows2D extends Modelica.Icons.Function; input String sheetName = "" "Sheet name"; input Types.ExternXLSFile xls "External Excel XLS file object"; output Integer m "Number of rows in array"; end getArrayRows2D;