Esempio n. 1
0
 private static bool IsDefault(TableStyle style)
 {
     return(style.ColumnWidth.Value == 0 && style.ColumnWidth.GridUnitType == GridUnitType.Pixel);
 }