Spread Windows Forms 17
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
    BlankDoes not display any text
    CustomDisplays the custom value for unknown colors
    NameDisplays the color object name
    Inheritance Hierarchy

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

    See Also