public NetOffice.WordApi.Frameset AddNewFrame(NetOffice.WordApi.Enums.WdFramesetNewFrameLocation where)
        {
            object[] paramsArray = Invoker.ValidateParamsArray(where);
            object   returnItem  = Invoker.MethodReturn(this, "AddNewFrame", paramsArray);

            NetOffice.WordApi.Frameset newObject = NetOffice.Factory.CreateKnownObjectFromComProxy(this, returnItem, NetOffice.WordApi.Frameset.LateBindingApiWrapperType) as NetOffice.WordApi.Frameset;
            return(newObject);
        }
        public NetOffice.WordApi.Frameset get_ChildFramesetItem(Int32 index)
        {
            object[] paramsArray = Invoker.ValidateParamsArray(index);
            object   returnItem  = Invoker.PropertyGet(this, "ChildFramesetItem", paramsArray);

            NetOffice.WordApi.Frameset newObject = NetOffice.Factory.CreateKnownObjectFromComProxy(this, returnItem, NetOffice.WordApi.Frameset.LateBindingApiWrapperType) as NetOffice.WordApi.Frameset;
            return(newObject);
        }