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


In This Topic
    Tag Property (CellWrapper)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Shadows Property Tag As Object
    'Usage
     
    
    Dim instance As CellWrapper
    Dim value As Object
     
    instance.Tag = value
     
    value = instance.Tag
    public new object Tag {get; set;}
    See Also