コード例 #1
0
 public virtual object get_NewDetailCell(NetOffice.OWC10Api.PivotDetailCell detailCell)
 {
     return(InvokerService.InvokeInternal.ExecuteReferencePropertyGet(this, "NewDetailCell", detailCell));
 }
コード例 #2
0
 public virtual NetOffice.OWC10Api.PivotDetailRange DetailRange(NetOffice.OWC10Api.PivotDetailCell topLeft, NetOffice.OWC10Api.PivotDetailCell bottomRight)
 {
     return(get_DetailRange(topLeft, bottomRight));
 }
コード例 #3
0
 public virtual object NewDetailCell(NetOffice.OWC10Api.PivotDetailCell detailCell)
 {
     return(get_NewDetailCell(detailCell));
 }
コード例 #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));
 }