Click or drag to resize
PicoXLSX

WorksheetSetStyle Method

Overload List
 NameDescription
Public methodSetStyle(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
Public methodSetStyle(CellRange, Style) Sets the passed style on the passed cell range. If cells are already existing, the style will be added or replaced
Public methodSetStyle(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
Public methodSetStyle(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
Top
See Also