CellStyle Property (RenderTable)
In This Topic
Gets the
Style of objects contained in the cells of the current table. See
TableCell.CellStyle for details.
Syntax
'Declaration
Public ReadOnly Property CellStyle As Style
public Style CellStyle {get;}
See Also