Spread Windows Forms 17
FarPoint.Excel Assembly / FarPoint.Excel Namespace / OfficeArtBlipJPEG Class / tag Property


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