Juniper-systems Allegro DOS Manual Bedienungsanleitung Seite 148

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 274
  • Inhaltsverzeichnis
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 147
Page 4-82 Windows CE
FindDialog()
Shows Find dialog box.
Example: FindDialog()
FormatPainter(cellRef)
Formats the current selection using the format from the specified cell
(cellRef).
Example: FormatPainter(f2)
FreezeTitles(onOff)
Freeze/unfreeze titles.
Example: Sel(a2)
FreezeTitles(true)
FullScreen(onOff)
Returns the current screen mode and sets it if onOff is specified (true =
full screen, false = normal).
Example: FullScreen(true)
IBrowser([webpage])
Runs Internet browser.
Example: IBrowser(“www.z4soft.com”)
InputBox(title)
Shows input dialog box with the title.
Example: age = InputBox("Enter your age")
InsertCells(colsRows)
Inserts cells (true - columns, false - rows).
Example: InsertCells(false)
LastCol([rowNumber] )
Returns the last nonblank cell in the whole sheet (if rowNumber is not
specified) or in the specified row.
Example: last = LastCol()
last = LastCol(15)
LastRow([columnNumber])
Returns the last nonblank cell in the whole sheet (if columnNumber is
not specified) or in the specified column.
Example: last = LastRow()
last = LastRow(15)
ListBox(title, range)
Shows list box dialog with items from range and with the title and
returns the index of the selected item.
Example: med = ListBox("Choose medicine",
Medicines!a1:a50)
Seitenansicht 147
1 2 ... 143 144 145 146 147 148 149 150 151 152 153 ... 273 274

Kommentare zu diesen Handbüchern

Keine Kommentare