Exemple #1
0
 public virtual object get_NewDetailCell(NetOffice.OWC10Api.PivotDetailCell detailCell)
 {
     return(InvokerService.InvokeInternal.ExecuteReferencePropertyGet(this, "NewDetailCell", detailCell));
 }
Exemple #2
0
 public virtual NetOffice.OWC10Api.PivotDetailRange DetailRange(NetOffice.OWC10Api.PivotDetailCell topLeft, NetOffice.OWC10Api.PivotDetailCell bottomRight)
 {
     return(get_DetailRange(topLeft, bottomRight));
 }
Exemple #3
0
 public virtual object NewDetailCell(NetOffice.OWC10Api.PivotDetailCell detailCell)
 {
     return(get_NewDetailCell(detailCell));
 }
Exemple #4
0
 public virtual NetOffice.OWC10Api.PivotDetailRange get_DetailRange(NetOffice.OWC10Api.PivotDetailCell topLeft, NetOffice.OWC10Api.PivotDetailCell bottomRight)
 {
     return(InvokerService.InvokeInternal.ExecuteKnownReferencePropertyGet <NetOffice.OWC10Api.PivotDetailRange>(this, "DetailRange", typeof(NetOffice.OWC10Api.PivotDetailRange), topLeft, bottomRight));
 }