| Name | Description |
---|
 | SetStyle(Address, Style) |
Sets the passed style on the passed (singular) cell address. If the cell is already existing, the style will be added or replaced.
Otherwise, an empty cell will be added with the assigned style. If the passed style is null, all styles will be removed on existing cells and no additional (empty) cells are added to the worksheet
|
 | SetStyle(Range, Style) |
Sets the passed style on the passed cell range. If cells are already existing, the style will be added or replaced.
Otherwise, an empty cell will be added with the assigned style. If the passed style is null, all styles will be removed on existing cells and no additional (empty) cells are added to the worksheet
|
 | SetStyle(String, Style) |
Sets the passed style on the passed address expression. Such an expression may be a single cell or a cell range.
If the cell is already existing, the style will be added or replaced.
Otherwise, an empty cell will be added with the assigned style. If the passed style is null, all styles will be removed on existing cells and no additional (empty) cells are added to the worksheet
|
 | SetStyle(Address, Address, 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.
Otherwise, an empty cell will be added with the assigned style. If the passed style is null, all styles will be removed on existing cells and no additional (empty) cells are added to the worksheet
|