Description Usage Arguments Details Value Author(s) Examples
Create cell styles.
1 2 | ## S3 method for class 'CellStyle'
cs1 + object
|
cs1 |
a |
object |
an object to add. The object can be another
|
The style of the argument object takes precedence over the style of argument cs1.
A CellStyle object.
Adrian Dragulescu
1 2 3 4 5 6 7 8 9 10 11 12 13 | ## Not run:
cs <- CellStyle(wb) +
Font(wb, heightInPoints=20, isBold=TRUE, isItalic=TRUE,
name="Courier New", color="orange") +
Fill(backgroundColor="lavender", foregroundColor="lavender",
pattern="SOLID_FOREGROUND") +
Alignment(h="ALIGN_RIGHT")
setCellStyle(cell.1, cellStyle1)
# you need to save the workbook now if you want to see this art
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.