public Int32 _Modify(NetOffice.ExcelApi.Enums.XlFormatConditionType type, object _operator, object formula1) { object[] paramsArray = Invoker.ValidateParamsArray(type, _operator, formula1); object returnItem = Invoker.MethodReturn(this, "_Modify", paramsArray); return(NetRuntimeSystem.Convert.ToInt32(returnItem)); }
public NetOffice.ExcelApi.FormatCondition Add(NetOffice.ExcelApi.Enums.XlFormatConditionType type, object _operator, object formula1) { object[] paramsArray = Invoker.ValidateParamsArray(type, _operator, formula1); object returnItem = Invoker.MethodReturn(this, "Add", paramsArray); NetOffice.ExcelApi.FormatCondition newObject = Factory.CreateKnownObjectFromComProxy(this, returnItem, NetOffice.ExcelApi.FormatCondition.LateBindingApiWrapperType) as NetOffice.ExcelApi.FormatCondition; return(newObject); }
public object Add(NetOffice.ExcelApi.Enums.XlFormatConditionType type, object _operator, object formula1, object formula2, object _string, object textOperator, object dateOperator) { object[] paramsArray = Invoker.ValidateParamsArray(type, _operator, formula1, formula2, _string, textOperator, dateOperator); object returnItem = Invoker.MethodReturn(this, "Add", paramsArray); object newObject = Factory.CreateObjectFromComProxy(this, returnItem); return(newObject); }
public void Modify(NetOffice.ExcelApi.Enums.XlFormatConditionType type, object _operator, object formula1, object formula2, object _string) { Factory.ExecuteMethod(this, "Modify", new object[] { type, _operator, formula1, formula2, _string }); }
public virtual void _Modify(NetOffice.ExcelApi.Enums.XlFormatConditionType type, object _operator, object formula1) { InvokerService.InvokeInternal.ExecuteMethod(this, "_Modify", type, _operator, formula1); }
public virtual void _Modify(NetOffice.ExcelApi.Enums.XlFormatConditionType type) { InvokerService.InvokeInternal.ExecuteMethod(this, "_Modify", type); }
public virtual Int32 _Modify(NetOffice.ExcelApi.Enums.XlFormatConditionType type) { return(InvokerService.InvokeInternal.ExecuteInt32MethodGet(this, "_Modify", type)); }
public virtual NetOffice.ExcelApi.FormatCondition Add(NetOffice.ExcelApi.Enums.XlFormatConditionType type, object _operator, object formula1) { return(InvokerService.InvokeInternal.ExecuteKnownReferenceMethodGet <NetOffice.ExcelApi.FormatCondition>(this, "Add", typeof(NetOffice.ExcelApi.FormatCondition), type, _operator, formula1)); }
public object Add(NetOffice.ExcelApi.Enums.XlFormatConditionType type, object _operator, object formula1, object formula2, object _string, object textOperator, object dateOperator) { return(Factory.ExecuteVariantMethodGet(this, "Add", new object[] { type, _operator, formula1, formula2, _string, textOperator, dateOperator })); }
public NetOffice.ExcelApi.FormatCondition Add(NetOffice.ExcelApi.Enums.XlFormatConditionType type, object _operator, object formula1) { return(Factory.ExecuteKnownReferenceMethodGet <NetOffice.ExcelApi.FormatCondition>(this, "Add", NetOffice.ExcelApi.FormatCondition.LateBindingApiWrapperType, type, _operator, formula1)); }
public Int32 _Modify(NetOffice.ExcelApi.Enums.XlFormatConditionType type, object _operator, object formula1) { return(Factory.ExecuteInt32MethodGet(this, "_Modify", type, _operator, formula1)); }
public Int32 _Modify(NetOffice.ExcelApi.Enums.XlFormatConditionType type) { return(Factory.ExecuteInt32MethodGet(this, "_Modify", type)); }
public Int32 Modify(NetOffice.ExcelApi.Enums.XlFormatConditionType type, object _operator, object formula1, object formula2, object _string) { return(Factory.ExecuteInt32MethodGet(this, "Modify", new object[] { type, _operator, formula1, formula2, _string })); }
public virtual Int32 _Modify(NetOffice.ExcelApi.Enums.XlFormatConditionType type, object _operator, object formula1) { return(InvokerService.InvokeInternal.ExecuteInt32MethodGet(this, "_Modify", type, _operator, formula1)); }
public void _Modify(NetOffice.ExcelApi.Enums.XlFormatConditionType type) { Factory.ExecuteMethod(this, "_Modify", type); }
public void _Modify(NetOffice.ExcelApi.Enums.XlFormatConditionType type, object _operator, object formula1) { Factory.ExecuteMethod(this, "_Modify", type, _operator, formula1); }
public void Modify(NetOffice.ExcelApi.Enums.XlFormatConditionType type) { object[] paramsArray = Invoker.ValidateParamsArray(type); Invoker.Method(this, "Modify", paramsArray); }
public virtual object Add(NetOffice.ExcelApi.Enums.XlFormatConditionType type, object _operator, object formula1, object formula2, object _string, object textOperator, object dateOperator) { return(InvokerService.InvokeInternal.ExecuteVariantMethodGet(this, "Add", new object[] { type, _operator, formula1, formula2, _string, textOperator, dateOperator })); }
public void _Modify(NetOffice.ExcelApi.Enums.XlFormatConditionType type, object _operator, object formula1) { object[] paramsArray = Invoker.ValidateParamsArray(type, _operator, formula1); Invoker.Method(this, "_Modify", paramsArray); }
public virtual void Modify(NetOffice.ExcelApi.Enums.XlFormatConditionType type, object _operator, object formula1, object formula2, object _string) { InvokerService.InvokeInternal.ExecuteMethod(this, "Modify", new object[] { type, _operator, formula1, formula2, _string }); }
public virtual Int32 Modify(NetOffice.ExcelApi.Enums.XlFormatConditionType type, object _operator, object formula1, object formula2, object _string, object operator2) { return(InvokerService.InvokeInternal.ExecuteInt32MethodGet(this, "Modify", new object[] { type, _operator, formula1, formula2, _string, operator2 })); }