Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Preview Namespace / TableCell Class / Tag Property

In This Topic
    Tag Property (TableCell)
    In This Topic
    Gets or sets arbitrary data associated with the current cell.
    Syntax
    'Declaration
     
    Public Property Tag As Object
    public object Tag {get; set;}
    See Also