Document Solutions for Word
GrapeCity.Documents.Word.Layout Assembly / GrapeCity.Documents.Word.Layout Namespace / TableCell Class / Content Property

In This Topic
    Content Property (TableCell)
    In This Topic
    Gets the content of a table cell.
    Syntax
    'Declaration
     
    Public ReadOnly Property Content As CellContent
    public CellContent Content {get;}
    See Also