[]
Applies the appearance and the margin to the cell.
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 | TableCell object, or simply the cell |
Appearance | style | Style settings (Appearance object) for the control |
Inset | margin | Margin settings (Inset object) for the control |
bool | upperLevel | Whether the control can render in an up-level browser |