User Manual
Table Of Contents
- Allegro CE™ Owner's Manual
- Table of Contents
- Chapter 1 Introduction
- Chapter 2 Hardware Components
- Chapter 3 Memory Configuration and Data Storage Options
- Chapter 4 Windows CE Operating System
- Chapter 5 Technical Reference
- Chapter 6 Software Developer’s Guide for Allegro CE 3.0 and CE .NET
- Chapter 7 FCC Information, Warranty, and Software License Agreement
- Chapter 8 Expansion Pods
- Index
- Table of Contents
- Chapter 1 Introduction
- Chapter 2 Hardware Components
- Case Design
- Keyboard
- Display
- System Tray Indicators
- Batteries
- Main Power Source
- Setting Battery Charge
- Battery Life
- Recharging the NiMH Battery Pack
- Battery Gauging Explained
- Battery Status Icons
- When the Battery Voltage Drops
- Power Management Feature
- Changing NiMH Battery Pack
- Alkaline Battery Holder: Inserting Batteries and Usage Information
- Storing the Allegro CE During Inactive Periods
- NiMH Battery Pack's Useful Life
- Spare NiMH Battery Packs
- Short-Term Backup Supply
- Real Time Clock
- Main Power Source
- Communication Ports
- USB/Power Dock
- PC Cards
- Expansion Pods
- Chapter 3 Memory Configuration and Data Storage Options
- Chapter 4 Windows CE Operating System
- Windows CE Overview
- CE .NET Viewers
- ActiveSync Transfer
- Downloading ActiveSync from the Internet
- Installing ActiveSync
- Establishing a First Time ActiveSync Connection
- Establishing Additional ActiveSync Connections
- New Partnership Set Up
- USB MultiSync
- USB MultiSync Connections
- Transferring Files Between the Allegro CE and the Desktop PC
- Windows Explorer
- Storing Files and Programs
- System Save/Restore Utilities
- Application Command Bars
- PTab Spreadsheet Program
- Pocket Word/WordPad
- Internet Explorer and Inbox
- Calculator Program
- Terminal Program
- Chapter 5 Technical Reference
- Chapter 6 Software Developer’s Guide for Allegro CE 3.0 and CE .NET
- Chapter 7 FCC Information, Warranty, and Software License Agreement
- Chapter 8 Expansion Pods
- Index

Page 4-134 Windows CE
Example: CellTask(“Picture”,”ShowPicture(””pic.jpg””)”,3)
Chart([“Type:Bar/Line/LineMarkers/Pie/XY/XYLines/
XYLinesMarkers”,
“Title:ChartTitle”,
”XTitle:XaxisTitle”,
”YTitle:YaxisTitle”,
“Series:Rows” or “Series:Columns”,
”Legend” or “Legend:No”,
”Xaxis” or “Xaxis:No”,
”Yaxis” or “Yaxis:No”,
”Xgrid” or “Xgrid:No”,
”Ygrid” or “Ygrid:No”,
”AutoScale” or “AutoScale:No”])
Shows the chart of the selection. All parameters are optional and their
order is not important.
Default values of parameters: Chart(“Type:Bar”, “”Series:Rows”,
“Legend”, “Xaxis”, “Yaxis”, “Xgrid:No”, “Ygrid:Yes”, “AutoScale”).
Example: Sel(a1:c20)
Chart(“Type:XY”, “Title:Sin(x)”, “Xgrid”, “Ygrid”)
Sel(b2:f5)
Chart(“Series:Columns”, “AutoScale:No”)
Clear()
Clears contents in the current selection.
Example: Clear()
ClearFormat()
Clears format in the current selection.
Example: ClearFormat()
ColHide([hideUnhide])
Returns whether the first column of current selection is hidden and
hides (true) or unhides (false) selected columns if hideUnhide is
specified.
Example: Sel(B1:B1)
ColHide(true)
ColWidth([width])
Returns column width of the first column of current selection and
sets width of selected columns if width is specified.
Example: Sel(B1:C1)
ColWidth(100)