Example #1
0
        public LateBindingApi.Excel.DialogSheet Add()
        {
            object returnValue = Invoker.MethodReturn(this, "Add", null);

            if (null == returnValue)
            {
                return(null);
            }
            LateBindingApi.Excel.DialogSheet newClass = new LateBindingApi.Excel.DialogSheet(this, returnValue);
            return(newClass);
        }
Example #2
0
        public LateBindingApi.Excel.DialogSheet Add(object before, object after, object count)
        {
            object[] paramArray = new object[3];
            paramArray[0] = before;
            paramArray[1] = after;
            paramArray[2] = count;
            object returnValue = Invoker.MethodReturn(this, "Add", paramArray);

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