Page tree
Skip to end of metadata
Go to start of metadata

Description

Sets the style for every cell in this range. When a style is set - rather than applied (see Range.ApplyStyle ) - all previously assigned style properties, including font and number formatting, will be overwritten for all cells in the range.

C#
vb.net

Parameters

style
The Style object to assign to the range.

Examples

C#
vb.net
  • No labels