Spread for ASP.NET 12 Product Documentation
Tag Property (Row)


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > Row Class : Tag Property
Gets or sets the application-defined tag value associated with the cells in this row.
Syntax
'Declaration
 
Public Property Tag As Object
'Usage
 
Dim instance As Row
Dim value As Object
 
instance.Tag = value
 
value = instance.Tag
public object Tag {get; set;}
See Also

Reference

Row Class
Row Members