Exemplo n.º 1
0
 public virtual NetOffice.OWC10Api.PivotRange Range(NetOffice.OWC10Api.PivotCell topLeft, NetOffice.OWC10Api.PivotCell bottomRight)
 {
     return(get_Range(topLeft, bottomRight));
 }
Exemplo n.º 2
0
 public virtual object NewCell(NetOffice.OWC10Api.PivotCell cell)
 {
     return(get_NewCell(cell));
 }
Exemplo n.º 3
0
 public virtual NetOffice.OWC10Api.PivotRange get_Range(NetOffice.OWC10Api.PivotCell topLeft, NetOffice.OWC10Api.PivotCell bottomRight)
 {
     return(InvokerService.InvokeInternal.ExecuteKnownReferencePropertyGet <NetOffice.OWC10Api.PivotRange>(this, "Range", typeof(NetOffice.OWC10Api.PivotRange), topLeft, bottomRight));
 }
Exemplo n.º 4
0
 public virtual object get_NewCell(NetOffice.OWC10Api.PivotCell cell)
 {
     return(InvokerService.InvokeInternal.ExecuteReferencePropertyGet(this, "NewCell", cell));
 }