public Int32 Add(NetOffice.ExcelApi.Enums.XlDVType type, object alertStyle, object _operator, object formula1)
        {
            object[] paramsArray = Invoker.ValidateParamsArray(type, alertStyle, _operator, formula1);
            object   returnItem  = Invoker.MethodReturn(this, "Add", paramsArray);

            return(NetRuntimeSystem.Convert.ToInt32(returnItem));
        }
        public Int32 Add(NetOffice.ExcelApi.Enums.XlDVType type)
        {
            object[] paramsArray = Invoker.ValidateParamsArray(type);
            object   returnItem  = Invoker.MethodReturn(this, "Add", paramsArray);

            return(NetRuntimeSystem.Convert.ToInt32(returnItem));
        }
Beispiel #3
0
 public virtual void Add(NetOffice.ExcelApi.Enums.XlDVType type, object alertStyle, object _operator, object formula1)
 {
     InvokerService.InvokeInternal.ExecuteMethod(this, "Add", type, alertStyle, _operator, formula1);
 }
 public void Add(NetOffice.ExcelApi.Enums.XlDVType type, object alertStyle, object _operator, object formula1)
 {
     object[] paramsArray = Invoker.ValidateParamsArray(type, alertStyle, _operator, formula1);
     Invoker.Method(this, "Add", paramsArray);
 }
Beispiel #5
0
 public virtual void Add(NetOffice.ExcelApi.Enums.XlDVType type)
 {
     InvokerService.InvokeInternal.ExecuteMethod(this, "Add", type);
 }
Beispiel #6
0
 public void Add(NetOffice.ExcelApi.Enums.XlDVType type, object alertStyle, object _operator, object formula1)
 {
     Factory.ExecuteMethod(this, "Add", type, alertStyle, _operator, formula1);
 }
 public void Add(NetOffice.ExcelApi.Enums.XlDVType type)
 {
     object[] paramsArray = Invoker.ValidateParamsArray(type);
     Invoker.Method(this, "Add", paramsArray);
 }
Beispiel #8
0
 public void Add(NetOffice.ExcelApi.Enums.XlDVType type, object alertStyle)
 {
     Factory.ExecuteMethod(this, "Add", type, alertStyle);
 }
Beispiel #9
0
 public Int32 Add(NetOffice.ExcelApi.Enums.XlDVType type, object alertStyle, object _operator, object formula1)
 {
     return(Factory.ExecuteInt32MethodGet(this, "Add", type, alertStyle, _operator, formula1));
 }
Beispiel #10
0
 public Int32 Add(NetOffice.ExcelApi.Enums.XlDVType type, object alertStyle)
 {
     return(Factory.ExecuteInt32MethodGet(this, "Add", type, alertStyle));
 }
Beispiel #11
0
 public virtual Int32 Add(NetOffice.ExcelApi.Enums.XlDVType type, object alertStyle, object _operator, object formula1)
 {
     return(InvokerService.InvokeInternal.ExecuteInt32MethodGet(this, "Add", type, alertStyle, _operator, formula1));
 }
Beispiel #12
0
 public virtual Int32 Add(NetOffice.ExcelApi.Enums.XlDVType type)
 {
     return(InvokerService.InvokeInternal.ExecuteInt32MethodGet(this, "Add", type));
 }