<< xls_SaveAs xls_link xls_SetColor >>

xls_link >> xls_link > xls_SelectRange

xls_SelectRange

Select a range.

Calling Sequence

xls_SelectRange(rangeName)

Parameters

rangeName

range to select. Can be a range ("A4:C5") or a range name ("DoubleMatrixType").

Description

Select a range.

Example

xls_NewExcel();
test_path = xls_getRootPath() + 'tests' + filesep() + 'unit_tests' + filesep();
xls_Open(test_path+'xls_GetData.xls');

xls_SelectRange('A4:C5");
xls_SelectRange('DoubleMatrixType')

xls_Close();
xls_Quit();

Report an issue
<< xls_SaveAs xls_link xls_SetColor >>