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

Description

Sets or returns a Style object that determines how the cell looks, including number format, font, orientation, etc. Accessing the cell's style through Cell.Style will not affect the formatting of other cells with the same global style.

C#
vb.net

Remarks

When a style is set - rather than applied (see Cell.ApplyStyle) - all properties of the style will be assigned to the cell. Properties not explicitly set on the new style default to Normal style values.

Examples

C#
vb.net
  • No labels