Description
Sets or returns a Style object that determines how cells in the row look, including number format, font, orientation, etc. Accessing this style will not affect the formatting of other cells with the same global style.C#
vb.net
Remarks
When a style is set on a column - rather than applied (see ApplyStyle) - all properties of the style take effect on the cells in that row. Properties not explicitly set on the new style default to Normal style values.Examples
C#
vb.net