SpreadsheetGear The Performance Spreadsheet Component Company 
Pattern Enumeration
See Also  
SpreadsheetGear Namespace : Pattern Enumeration
Specifies the pattern of the interior of a cell or object.

Syntax

C# 
public enum Pattern : Enum 

Members

MemberDescription
None Specifies a transparent pattern.
Automatic Pattern is determined automatically.
Checker Specifies a checker pattern.
CrissCross Specifies a criss-cross pattern.
Down Specifies a diagonal pattern running from top left to bottom right.
Gray16 Specifies a 16% pattern.
Gray25 Specifies a 25% pattern.
Gray50 Specifies a 50% pattern.
Gray75 Specifies a 75% pattern.
Gray8 Specifies an 8% pattern.
Grid Specifies a grid pattern.
Horizontal Specifies a horizontal pattern.
LightDown Specifies a light diagonal pattern running from top left to bottom right.
LightHorizontal Specifies a light horizontal pattern.
LightVertical Specifies a light vertical pattern.
LightUp Specifies a light diagonal pattern running from bottom left to top right.
SemiGray75 Specifies a 75% pattern.
Solid Specifies a solid background with no pattern.
Up Specifies a diagonal pattern running from bottom left to top right.
Vertical Specifies a vertical pattern.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         SpreadsheetGear.Pattern

Requirements

Namespace: SpreadsheetGear

Platforms: Windows Vista, Windows XP, Windows Server 2008, Windows Server 2003, Windows 2000, Windows Me and Windows 98, including 32 bit and 64 bit editions where applicable. SpreadsheetGear for .NET 1.x requires the Microsoft .NET Framework 1.1 or .NET 2.0 (works with .NET 3.x). SpreadsheetGear for .NET 2007 requires the Microsoft .NET Framework 2.0 (works with .NET 3.x).

Assembly: SpreadsheetGear (in SpreadsheetGear.dll)

See Also