Spread WPF 17
GrapeCity.Excel Namespace / ExcelColor Class / Value Property


In This Topic
    Value Property (ExcelColor)
    In This Topic
    Gets the value of the color
    Syntax
    'Declaration
     
    Public ReadOnly Property Value As UInteger
    'Usage
     
    Dim instance As ExcelColor
    Dim value As UInteger
     
    value = instance.Value
    public uint Value {get;}

    Property Value

    The value of the color
    See Also