private static void applyFixedHeight(PropertyInfo property, ColumnAttributes columnAttributes) { var fixedHeight = property.GetFixedHeightAttribute(); if (fixedHeight.HasValue) columnAttributes.FixedHeight = fixedHeight.Value; }