From d88c2fa54b0591390a423edb0c4521bce5de87c9 Mon Sep 17 00:00:00 2001 From: John Date: Wed, 8 Feb 2017 20:18:16 +0000 Subject: [PATCH] Added new format variable SectionNumberAndTitleLength --- PROMS/VEPROMS.CSLA.Library/Format/PlantFormat.cs | 8 ++++++++ 1 file changed, 8 insertions(+) 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 {