Message-ID: <1586690710.8703.1711656485406.JavaMail.web05$@web05> Subject: Exported From Confluence MIME-Version: 1.0 Content-Type: multipart/related; boundary="----=_Part_8702_172332638.1711656485406" ------=_Part_8702_172332638.1711656485406 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Content-Location: file:///C:/exported.html Area.SetStyle(Style)

Area.SetStyle(Style)

Description

=20

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

=20
C#
=20
 public void SetStyle(Style value)
=20
=20
vb.net
=20
Public Sub SetStyle(ByVal value As Style)
=20
=20

Parameters

=20
style
The=20 Style object to assign = to the area.=20

Examples

=20
C#
=20
a.SetStyle(styl);
=20
=20
vb.net
=20
a.SetStyle(styl)
=20
------=_Part_8702_172332638.1711656485406--