time | Calls | line |
---|
| | 303 | function SingleVariable(propname,type,rangesize,~)
|
| | 304 | % Cannot support rows
|
< 0.001 | 1 | 305 | if strcmp(type,'row-only')
|
| | 306 | error(message('MATLAB:spreadsheet:importoptions:PropSupportOpenRow',propname));
|
< 0.001 | 1 | 307 | end
|
| | 308 | % must match the number of variables, be open-ended (cell/row), or a named range.
|
< 0.001 | 1 | 309 | if ~any(rangesize(2) == [-1 1])
|
| | 310 | error(message('MATLAB:spreadsheet:importoptions:SingleCol',propname));
|
| 1 | 311 | end
|
< 0.001 | 1 | 312 | end
|
Other subfunctions in this file are not included in this listing.