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


In This Topic
    Tag Property (Row)
    In This Topic
    Gets or sets the application-defined tag value associated with the cells in this row.
    Syntax
    'Declaration
     
    <DefaultValueAttribute("")>
    Public Property Tag As Object
    'Usage
     
    Dim instance As Row
    Dim value As Object
     
    instance.Tag = value
     
    value = instance.Tag
    [DefaultValue("")]
    public object Tag {get; set;}

    Property Value

    An application-defined tag value for a cell. The default value is null.
    See Also