Sets the value and the style of an Excel cell.
Specifies the number format for numeric values.
A string expression that represents a formula contained in the cell or cell range. It starts with an equal sign (=).
An object specifying the data to be assigned to the cell value.
Indicates how to search for the cell: by coordinates or by name.
The column index of the cell to set the value on.
The row index of the cell to set the value on.
The name of the Cell to set the value on.
The excel Workbook.
The name of the Worksheet where the cell is.
Set this argument to true if you want to apply a style to the cell.
Sets the style of the bottom border of the cell. The value None means to set the border style to the default value, null means not to change it.
Sets the color of the bottom border of the cell.
Sets the style of the left border of the cell. The value None means to set the border style to the default value, null means not to change it.
Sets the color of the left border of the cell.
Sets the style of the right border of the cell. The value None means to set the border style to the default value, null means not to change it.
Sets the color of the right border of the cell.
Sets the style of the top border of the cell. The value None means to set the border style to the default value, null means not to change it.
Sets the color of the top border of the cell.
Sets the horizontal alignment of the cell. The value null means not to change the alignment.
An integer value that specifies the rotation angle of the cell content (in degrees). The value must be between -90 and 90.
Sets the vertical alignment of the cell. The value null means not to change the alignment.
Sets whether the text contained in a cell is wrapped into multiple lines.
Sets the fill color of the cell.
Sets whether the cell content is formatted as bold.
Sets the font color of the cell.
Sets whether the cell content is formatted as italic.
Sets the font name of the cell.
Specifies whether text size in a cell changes automatically to fit the cell width: true to automatically change text size to fit a cell; otherwise, false.
Sets the font size of the cell.
Sets whether the cell content is formatted as strikethrough.