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


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > Cell Class : Tag Property
Gets or sets an application-defined tag value for a cell.
Syntax
'Declaration
 
Public Property Tag As Object
'Usage
 
Dim instance As Cell
Dim value As Object
 
instance.Tag = value
 
value = instance.Tag
public object Tag {get; set;}
See Also

Reference

Cell Class
Cell Members