Document Solutions for Imaging
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Drawing Namespace / TableCell Class / Data Property

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