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


In This Topic
    Tag Property (SheetView)
    In This Topic
    Gets or sets an application-defined tag value associated with the cells in this sheet.
    Syntax
    'Declaration
     
    
    Public Property Tag As Object
    'Usage
     
    
    Dim instance As SheetView
    Dim value As Object
     
    instance.Tag = value
     
    value = instance.Tag
    public object Tag {get; set;}
    See Also