Juniper-systems Allegro CX Manual Manual de usuario Pagina 178

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 304
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 177
178 Allegro CX Owner’s Manual
Return()
Stops task execution.
Example:
if a1=0
MsgBox(“A1 must not be 0”)
Return()
end
RowHeight([height])
Returns row height of the fi rst row of current selection and sets
height of selected rows if height is specifi ed.
Example:
Sel(A2:A7)
RowHeight(10)
RowHide([hideUnhide])
Returns whether the fi rst row of current selection is hidden and
hides (true) or unhides (false) selected rows if hideUnhide is specifi ed.
Example:
Sel(A2:A5)
RowHide(true)
RunApp(application [,parameters])
Runs and application (program) with optional parameters.
Example:
RunApp(“iexplore.exe”, “http://z4soft.com”)
Save(fi leName )
Saves the current workbook.
Example:
Save(“data.xls”)
Sel([range])
Returns the current selection and select the new one if range is
specifi ed.
Example:
Sel(a2:c12)
Vista de pagina 177
1 2 ... 173 174 175 176 177 178 179 180 181 182 183 ... 303 304

Comentarios a estos manuales

Sin comentarios