Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin

...

Description

Excerpt

The unique cell style for a given cell.

Signature
C#
C#
 public sealed class CellStyle : Style
{signature}{signature:
}
Signature
vb.net
vb.net
Public NotInheritable Class CellStyle
		Inherits Style
{signature}
{remarks}
Every cell in an Excel workbook contains a unique cell style. This style is exposed by ExcelWriter through the [CellStyle|CellStyle] class. Changes to a {{CellStyle}} affect only the cell that owns the style. A {{CellStyle}} may be "set" on another cell or group of cells, but this action clones the style. Changes to the original {{CellStyle}} reference affect only the owning cell and changes to the cloned {{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, range, row, or column, each cell in the grouping receives a unique clone of the style.
{remarks}
{scrollbar}
Remarks

Every cell in an Excel workbook contains a unique cell style. This style is exposed by ExcelWriter through the CellStyle class. Changes to a CellStyle affect only the cell that owns the style. A CellStyle may be "set" on another cell or group of cells, but this action clones the style. Changes to the original CellStyle reference affect only the owning cell and changes to the cloned 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, range, row, or column, each cell in the grouping receives a unique clone of the style.

Scrollbar