Defines a style from which StyleTableCell styles of tables are inherited.

Namespace:  C1.C1PrintDocument
Assembly:  C1.C1PrintDocument.Classic.2 (in C1.C1PrintDocument.Classic.2.dll)

Syntax

C#
[BrowsableAttribute(false)]
public C1DocStyle StyleTableCell { get; set; }
Visual Basic (Declaration)
<BrowsableAttribute(False)> _
Public Property StyleTableCell As C1DocStyle

See Also