diff --git a/PROMS/VEPROMS.CSLA.Library/Format/PlantFormat.cs b/PROMS/VEPROMS.CSLA.Library/Format/PlantFormat.cs index 1e5bc412..beb3207e 100644 --- a/PROMS/VEPROMS.CSLA.Library/Format/PlantFormat.cs +++ b/PROMS/VEPROMS.CSLA.Library/Format/PlantFormat.cs @@ -1973,6 +1973,14 @@ namespace VEPROMS.CSLA.Library return LazyLoad(ref _SectionTitleLength, "@SectionTitleLength"); } } + private LazyLoad _SectionNumberAndTitleLength; + public int? SectionNumberAndTitleLength + { + get + { + return LazyLoad(ref _SectionNumberAndTitleLength, "@SectionNumberAndTileLength"); + } + } private LazyLoad _ForeColor; public string ForeColor {