Juniper-systems Allegro CX Manual Manuel d'utilisateur Page 178

  • Télécharger
  • Ajouter à mon manuel
  • Imprimer
  • Page
    / 304
  • Table des matières
  • MARQUE LIVRES
  • Noté. / 5. Basé sur avis des utilisateurs
Vue de la page 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)
Vue de la page 177
1 2 ... 173 174 175 176 177 178 179 180 181 182 183 ... 303 304

Commentaires sur ces manuels

Pas de commentaire