Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FpSpread Class / Tag Property


In This Topic
    Tag Property (FpSpread)
    In This Topic
    Gets or sets extra data for the application for this component.
    Syntax
    'Declaration
     
    
    Public Shadows Property Tag As Object
    'Usage
     
    
    Dim instance As FpSpread
    Dim value As Object
     
    instance.Tag = value
     
    value = instance.Tag
    public new object Tag {get; set;}
    See Also