Juniper Systems Allegro CX Manual User Manual
Page 173
Advertising

Allegro CX Owner’s Manual 173
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()
ClearValidation()
Clears validation settings in the current selection.
Example:
ClearValidation()
ColHide([hideUnhide])
Returns whether the fi rst column of current selection is hidden and
hides (true) or unhides (false) selected columns if hideUnhide is
specifi ed.
Example:
Sel(B1:B1)
ColHide(true)
ColWidth([width])
Returns column width of the fi rst column of current selection and
sets width of selected columns if width is specifi ed.
Example:
Sel(B1:C1)
ColWidth(100)
Advertising