| Name | Description |
---|
 | SetStyle(CellAddress, Style) |
Sets the passed style on the passed (singular) cell address. If the cell is already existing, the style will be added or replaced
Sets the passed style on the passed (singular) cell address. If the cell is already existing, the style will be added or replaced
|
 | SetStyle(CellRange, Style) |
Sets the passed style on the passed cell range. If cells are already existing, the style will be added or replaced
|
 | SetStyle(String, Style) |
Sets the passed style on the passed address expression. Such an expression may be a single cell or a cell range
Sets the passed style on the passed address expression. Such an expression may be a single cell or a cell range
Sets the passed style on the passed address expression. Such an expression may be a single cell or a cell range
|
 | SetStyle(CellAddress, CellAddress, Style) |
Sets the passed style on the passed cell range, derived from a start and end address. If cells are already existing, the style will be added or replaced
Sets the passed style on the passed cell range, derived from a start and end address. If cells are already existing, the style will be added or replaced
|