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); }
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); }