Spread Windows Forms 7.0 Product Documentation
CharacterSet Enumeration
See Also  Support Options
FarPoint.Win.Spread Assembly > FarPoint.Win.Spread.CellType Namespace : CharacterSet Enumeration


Glossary Item Box

Specifies the character set for valid cell contents.

Syntax

Visual Basic (Declaration) 
Public Enum CharacterSet 
   Inherits System.Enum
Visual Basic (Usage)Copy Code
Dim instance As CharacterSet
C# 
public enum CharacterSet : System.Enum 

Members

MemberDescription
AlphaAccepts letters (alphabetic characters) only
AlphaNumericAccepts letters (alphabetic characters) or numbers (numeric characters) only
AsciiAccepts any of the ASCII characters
NumericAccepts numbers (numeric characters) only

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         FarPoint.Win.Spread.CellType.CharacterSet

Requirements

Target Platforms: Windows 2000 Professional (SP4), Windows 2000 Server, Windows 2003 Server (SP1), Windows 2008, Windows XP (SP2), Windows Vista, Windows 7, Windows 8

See Also

© 2002-2014 ComponentOne, a division of GrapeCity. All Rights Reserved.