Sets or returns a style for the area. When a style is set - rather than applied (see Area.ApplyStyle) - the area to which the style is assigned acquires all of that style's properties, including font properties and number formatting. Setting a style overwrites any pre-existing formatting on the area.

 public void SetStyle(Style value)
Public Sub SetStyle(ByVal value As Style)

The Style object to assign to the area.

a.SetStyle(styl);
a.SetStyle(styl)