Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / CFColor Class / xclrType Property


In This Topic
    xclrType Property
    In This Topic
    An XColorType that specifies the type of color reference. MUST be different from XCLRNINCHED. MUST be different from XCLRAUTO unless it is contained in a SheetExt record.
    Syntax
    'Declaration
     
    
    Public Property xclrType As XColorType
    'Usage
     
    
    Dim instance As CFColor
    Dim value As XColorType
     
    instance.xclrType = value
     
    value = instance.xclrType
    public XColorType xclrType {get; set;}
    See Also