Ejemplo n.º 1
0
        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));
        }
Ejemplo n.º 2
0
        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);
        }
Ejemplo n.º 3
0
        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);
        }
Ejemplo n.º 4
0
 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 });
 }
Ejemplo n.º 5
0
 public virtual void _Modify(NetOffice.ExcelApi.Enums.XlFormatConditionType type, object _operator, object formula1)
 {
     InvokerService.InvokeInternal.ExecuteMethod(this, "_Modify", type, _operator, formula1);
 }
Ejemplo n.º 6
0
 public virtual void _Modify(NetOffice.ExcelApi.Enums.XlFormatConditionType type)
 {
     InvokerService.InvokeInternal.ExecuteMethod(this, "_Modify", type);
 }
Ejemplo n.º 7
0
 public virtual Int32 _Modify(NetOffice.ExcelApi.Enums.XlFormatConditionType type)
 {
     return(InvokerService.InvokeInternal.ExecuteInt32MethodGet(this, "_Modify", type));
 }
Ejemplo n.º 8
0
 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));
 }
Ejemplo n.º 9
0
 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 }));
 }
Ejemplo n.º 10
0
 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));
 }
Ejemplo n.º 11
0
 public Int32 _Modify(NetOffice.ExcelApi.Enums.XlFormatConditionType type, object _operator, object formula1)
 {
     return(Factory.ExecuteInt32MethodGet(this, "_Modify", type, _operator, formula1));
 }
Ejemplo n.º 12
0
 public Int32 _Modify(NetOffice.ExcelApi.Enums.XlFormatConditionType type)
 {
     return(Factory.ExecuteInt32MethodGet(this, "_Modify", type));
 }
Ejemplo n.º 13
0
 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 }));
 }
Ejemplo n.º 14
0
 public virtual Int32 _Modify(NetOffice.ExcelApi.Enums.XlFormatConditionType type, object _operator, object formula1)
 {
     return(InvokerService.InvokeInternal.ExecuteInt32MethodGet(this, "_Modify", type, _operator, formula1));
 }
Ejemplo n.º 15
0
 public void _Modify(NetOffice.ExcelApi.Enums.XlFormatConditionType type)
 {
     Factory.ExecuteMethod(this, "_Modify", type);
 }
Ejemplo n.º 16
0
 public void _Modify(NetOffice.ExcelApi.Enums.XlFormatConditionType type, object _operator, object formula1)
 {
     Factory.ExecuteMethod(this, "_Modify", type, _operator, formula1);
 }
Ejemplo n.º 17
0
 public void Modify(NetOffice.ExcelApi.Enums.XlFormatConditionType type)
 {
     object[] paramsArray = Invoker.ValidateParamsArray(type);
     Invoker.Method(this, "Modify", paramsArray);
 }
Ejemplo n.º 18
0
 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 }));
 }
Ejemplo n.º 19
0
 public void _Modify(NetOffice.ExcelApi.Enums.XlFormatConditionType type, object _operator, object formula1)
 {
     object[] paramsArray = Invoker.ValidateParamsArray(type, _operator, formula1);
     Invoker.Method(this, "_Modify", paramsArray);
 }
Ejemplo n.º 20
0
 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 });
 }
Ejemplo n.º 21
0
 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 }));
 }