public Int32 RebindGroupLevel(NetOffice.OWC10Api.GroupLevel pGroupLevel, string wzRecordsetNameOld, string wzRecordsetNameNew) { object[] paramsArray = Invoker.ValidateParamsArray(pGroupLevel, wzRecordsetNameOld, wzRecordsetNameNew); object returnItem = Invoker.MethodReturn(this, "RebindGroupLevel", paramsArray); return(NetRuntimeSystem.Convert.ToInt32(returnItem)); }
public Int32 OnGroupLevelAdded(NetOffice.OWC10Api.GroupLevel pGroupLevel) { object[] paramsArray = Invoker.ValidateParamsArray(pGroupLevel); object returnItem = Invoker.MethodReturn(this, "OnGroupLevelAdded", paramsArray); return(NetRuntimeSystem.Convert.ToInt32(returnItem)); }
public Int32 RebindGroupLevel(NetOffice.OWC10Api.GroupLevel pGroupLevel, string wzRecordsetNameOld, string wzRecordsetNameNew) { return(Factory.ExecuteInt32MethodGet(this, "RebindGroupLevel", pGroupLevel, wzRecordsetNameOld, wzRecordsetNameNew)); }
public Int32 OnGroupLevelAdded(NetOffice.OWC10Api.GroupLevel pGroupLevel) { return(Factory.ExecuteInt32MethodGet(this, "OnGroupLevelAdded", pGroupLevel)); }