diff --git a/PROMS/LBWordLibrary/LBComObject.cs b/PROMS/LBWordLibrary/LBComObject.cs index 16772f89..e0e527c2 100644 --- a/PROMS/LBWordLibrary/LBComObject.cs +++ b/PROMS/LBWordLibrary/LBComObject.cs @@ -1291,6 +1291,11 @@ namespace LBWordLibrary get { return (GetProperty("LockAnchor") as int? ?? 0); } set { SetProperty("LockAnchor", value); } } + public Boolean LayoutInCell + { + get { return (GetProperty("LayoutInCell") as Boolean? ?? false); } + set { SetProperty("LayoutInCell", value); } + } } public enum LBWdOrientation {