Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / OfficeArtFBSE Class / rgbUid Property


In This Topic
    rgbUid Property
    In This Topic
    Syntax
    'Declaration
     
    
    Public Property rgbUid As Byte()
    'Usage
     
    
    Dim instance As OfficeArtFBSE
    Dim value() As Byte
     
    instance.rgbUid = value
     
    value = instance.rgbUid
    public byte[] rgbUid {get; set;}
    See Also