Ejemplo n.º 1
0
        public Int32 Modify(NetOffice.ExcelApi.Enums.XlConditionValueTypes newtype)
        {
            object[] paramsArray = Invoker.ValidateParamsArray(newtype);
            object   returnItem  = Invoker.MethodReturn(this, "Modify", paramsArray);

            return(NetRuntimeSystem.Convert.ToInt32(returnItem));
        }
Ejemplo n.º 2
0
 public virtual void Modify(NetOffice.ExcelApi.Enums.XlConditionValueTypes newtype)
 {
     InvokerService.InvokeInternal.ExecuteMethod(this, "Modify", newtype);
 }
Ejemplo n.º 3
0
 public Int32 Modify(NetOffice.ExcelApi.Enums.XlConditionValueTypes newtype)
 {
     return(Factory.ExecuteInt32MethodGet(this, "Modify", newtype));
 }
Ejemplo n.º 4
0
 public void Modify(NetOffice.ExcelApi.Enums.XlConditionValueTypes newtype)
 {
     object[] paramsArray = Invoker.ValidateParamsArray(newtype);
     Invoker.Method(this, "Modify", paramsArray);
 }
Ejemplo n.º 5
0
 public virtual Int32 Modify(NetOffice.ExcelApi.Enums.XlConditionValueTypes newtype)
 {
     return(InvokerService.InvokeInternal.ExecuteInt32MethodGet(this, "Modify", newtype));
 }
Ejemplo n.º 6
0
 public void Modify(NetOffice.ExcelApi.Enums.XlConditionValueTypes newtype)
 {
     Factory.ExecuteMethod(this, "Modify", newtype);
 }