public LateBindingApi.Office.CommandBarControls FindControls()
        {
            object returnValue = Invoker.MethodReturn(this, "FindControls", null);

            if (null == returnValue)
            {
                return(null);
            }
            LateBindingApi.Office.CommandBarControls newClass = new LateBindingApi.Office.CommandBarControls(this, returnValue);
            return(newClass);
        }
        public LateBindingApi.Office.CommandBarControls FindControls(object type, object id, object tag, object visible)
        {
            object[] paramArray = new object[4];
            paramArray[0] = type;
            paramArray[1] = id;
            paramArray[2] = tag;
            paramArray[3] = visible;
            object returnValue = Invoker.MethodReturn(this, "FindControls", paramArray);

            if (null == returnValue)
            {
                return(null);
            }
            LateBindingApi.Office.CommandBarControls newClass = new LateBindingApi.Office.CommandBarControls(this, returnValue);
            return(newClass);
        }