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