Added new format variable SectionNumberAndTitleLength
This commit is contained in:
@@ -1973,6 +1973,14 @@ namespace VEPROMS.CSLA.Library
|
||||
return LazyLoad(ref _SectionTitleLength, "@SectionTitleLength");
|
||||
}
|
||||
}
|
||||
private LazyLoad<int?> _SectionNumberAndTitleLength;
|
||||
public int? SectionNumberAndTitleLength
|
||||
{
|
||||
get
|
||||
{
|
||||
return LazyLoad(ref _SectionNumberAndTitleLength, "@SectionNumberAndTileLength");
|
||||
}
|
||||
}
|
||||
private LazyLoad<string> _ForeColor;
|
||||
public string ForeColor
|
||||
{
|
||||
|
Reference in New Issue
Block a user