Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / Worksheet Class / Tag Property


In This Topic
    Tag Property (Worksheet)
    In This Topic
    Gets or sets the tag.
    Syntax
    'Declaration
     
    Public Property Tag As Object
    'Usage
     
    Dim instance As Worksheet
    Dim value As Object
     
    instance.Tag = value
     
    value = instance.Tag
    public object Tag {get; set;}

    Property Value

    The tag.
    See Also