Spread Windows Forms 13.0 Product Documentation
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / IColorFormat Interface / ARGB Property


In This Topic
    ARGB Property
    In This Topic
    Syntax
    'Declaration
     
    Property ARGB As Integer
    'Usage
     
    Dim instance As IColorFormat
    Dim value As Integer
     
    instance.ARGB = value
     
    value = instance.ARGB
    int ARGB {get; set;}
    See Also