Пример #1
0
 public void ValidateTotalType(NetOffice.OWC10Api.Enums.DscTotalTypeEnum totalType)
 {
     Factory.ExecuteMethod(this, "ValidateTotalType", totalType);
 }
Пример #2
0
 public virtual NetOffice.OWC10Api.GroupingDef AddTotal(string groupingDefName, string groupingFieldName, string pageFieldName, NetOffice.OWC10Api.Enums.DscTotalTypeEnum totalType)
 {
     return(InvokerService.InvokeInternal.ExecuteKnownReferenceMethodGet <NetOffice.OWC10Api.GroupingDef>(this, "AddTotal", typeof(NetOffice.OWC10Api.GroupingDef), groupingDefName, groupingFieldName, pageFieldName, totalType));
 }
Пример #3
0
 public void ValidateTotalType(NetOffice.OWC10Api.Enums.DscTotalTypeEnum totalType)
 {
     object[] paramsArray = Invoker.ValidateParamsArray(totalType);
     Invoker.Method(this, "ValidateTotalType", paramsArray);
 }