[]
Applies the appearance settings (style) to the table cell (TableCell object).
protected void ApplyStyleTo(TableCell tc, Appearance style, Inset margin, bool upperLevel)
Protected Sub ApplyStyleTo(tc As TableCell, style As Appearance, margin As Inset, upperLevel As Boolean)
Type | Name | Description |
---|---|---|
TableCell | tc | Table cell in which to apply appearance settings |
Appearance | style | Appearance settings (style) |
Inset | margin | Inset for the table cell |
bool | upperLevel | Whether to render in a up-level browser |