Spread Windows Forms 13.0 Product Documentation
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / UnknownTextStyle Enumeration


In This Topic
    UnknownTextStyle Enumeration
    In This Topic
    Specifies which text is displayed for an indeterminate color value in the color picker.
    Syntax
    'Declaration
     
    Public Enum UnknownTextStyle 
       Inherits System.Enum
    'Usage
     
    Dim instance As UnknownTextStyle
    public enum UnknownTextStyle : System.Enum 
    Members
    MemberDescription
    Blank Does not display any text
    Custom Displays the custom value for unknown colors
    Name Displays the color object name
    Inheritance Hierarchy

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

    See Also