if jsonParam['cellBorderStyle'] != None :
    dataviz.CellBorderStyle = Enum.Parse(clr.GetClrType(TablePlotBase.BorderStyle),jsonParam['cellBorderStyle'])