Spread Windows Forms 17
FarPoint.Excel Assembly / FarPoint.Excel Namespace / CFColor Class / xclrValue Property


In This Topic
    xclrValue Property
    In This Topic
    A structure that specifies the color value.
    Syntax
    'Declaration
     
    
    Public Property xclrValue As Integer
    'Usage
     
    
    Dim instance As CFColor
    Dim value As Integer
     
    instance.xclrValue = value
     
    value = instance.xclrValue
    public int xclrValue {get; set;}
    See Also