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


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