CellSelection
String rw backgroundColor
The background color of the receiver in hex format (e.g. blue would be "#0000FF").
SList<Cell> ro cells
Return a list of cell objects.
boolean rw fontBold
True if font is bold.
String rw fontFace
The font family name.
boolean rw fontItalic
True if font is italic.
float rw fontSize
The point size of the font.
boolean rw fontStrikethrough
True if font is strikethrough.
boolean rw fontUnderline
True if font is underlined.
String rw foregroundColor
The foreground color of the receiver in hex format (e.g. blue would be "#0000FF").
String rw horizontalAlignment
The horizontal alignment of the receiver - one of "Left", "Right", "Center", or "Automatic".
String rw numberFormatString
Returns the current number format string for this object. May return null for a non-standard format.
Object rw value
When getting, returns the first value this object contains. When setting, sets all values in this object to the one given.
List<Object> ro values
The list of values this object contains.
String rw verticalAlignment
The vertical alignment of the receiver - one of "Top", "Bottom", or "Middle".
boolean canSetNumberFormat()
True if it is possible to set the number format of this object.
void copy()
Copy the values from the cell selection to the clipboard
void cut()
Clear the values from the cells in the cell selection and copy them to the clipboard
void paste()
Paste values from the clipboard into the cell selection. If nothing valid is on the clipboard, this will have no effect.
void setToAccountingNumberFormat()
Sets this object's number format to accounting.
void setToCurrencyNumberFormat()
Sets this object's number format to currency.
void setToPercentNumberFormat()
Sets this object's number format to percent.