Page tree
Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

Description

Sets or returns a Pattern applied to cells.

C#
vb.net

Remarks

By default, an unformatted cell will have a pattern of type Pattern.None. Setting the pattern to a different value will cause the cell's fill to have a pattern applied.

If there is no pattern, the Cell.BackgroundColor determines the color of the cell. If there is a pattern, then the Cell.BackgroundColor will specify the cell's background color, and Cell.ForegroundColor will specify the cell's pattern color.

Examples

C#
vb.net
  • No labels