Gets the Style that is used to render the content of the current cell.

Namespace:  C1.C1Preview
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
public Style CellStyle { get; }
Visual Basic
Public ReadOnly Property CellStyle As Style
	Get

Remarks

This style is not applied to the current cell itself, rather it is applied to the cell's content (RenderObject), affecting both ambient and non-ambient style attributes of that object.

For an example, see remarks in Style()()()().

See Also