Message-ID: <1320887377.9161.1711678417306.JavaMail.web05$@web05> Subject: Exported From Confluence MIME-Version: 1.0 Content-Type: multipart/related; boundary="----=_Part_9160_914423387.1711678417306" ------=_Part_9160_914423387.1711678417306 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Content-Location: file:///C:/exported.html CellStyle

CellStyle

Description

=20

The unique cell style for a given cell.

=20
C#
=20
 public sealed class CellStyle : Style
=20
=20
vb.net
=20
Public NotInheritable Class CellStyle
=09=09Inherits Style
=20
=20

Remarks

Every cell in an Excel workbook c= ontains a unique cell style. This style is exposed by ExcelWriter through t= he=20 CellStyle class. C= hanges to a=20 CellStyle affect only the cell that owns the style. A=20 CellStyle may be "set" on another cell or group of c= ells, but this action clones the style. Changes to the original=20 CellStyle reference affect only the owning cell and changes to= the cloned=20 CellStyle affect only the cell on which the style was set. If = the style is "set" on a cell grouping object, such as an area, ra= nge, row, or column, each cell in the grouping receives a unique clone of t= he style.
------=_Part_9160_914423387.1711678417306--