Juniper-systems Allegro CX Manual Bedienungsanleitung Seite 178

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 304
  • Inhaltsverzeichnis
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 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)
Seitenansicht 177
1 2 ... 173 174 175 176 177 178 179 180 181 182 183 ... 303 304

Kommentare zu diesen Handbüchern

Keine Kommentare