|  | WorksheetSetStyle(Range, Style) Method | 
            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
            
Namespace: NanoXLSXAssembly: NanoXLSX (in NanoXLSX.dll) Version: 2.6.7+3223c8b99fcd3402b4ae016daa480abac16f8a9f
 Syntax
Syntaxpublic void SetStyle(
	Range cellRange,
	Style style
)
Parameters
- cellRange  Range
- Cell range to apply the style
- style  Style
- Style to apply
 Remarks
RemarksNote: This method may invalidate an existing date or time value since dates and times are defined by specific style. The result of a redefinition will be a number, instead of a date or time
 See Also
See Also