When setting the style of a cell, does the C1FlexGrid check to see if that cell's current style is already set to the specified style? i.e. would repeatedly calling: this.c1FlexGrid.SetCellStyle(1, 1, "CustomStyle"); cause any kind of invalidation/painting?