コード例 #1
0
ファイル: PivotData.cs プロジェクト: tinmanjk/NetOffice
 public virtual NetOffice.OWC10Api.PivotRange Range(NetOffice.OWC10Api.PivotCell topLeft, NetOffice.OWC10Api.PivotCell bottomRight)
 {
     return(get_Range(topLeft, bottomRight));
 }
コード例 #2
0
 public virtual object NewCell(NetOffice.OWC10Api.PivotCell cell)
 {
     return(get_NewCell(cell));
 }
コード例 #3
0
ファイル: PivotData.cs プロジェクト: tinmanjk/NetOffice
 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));
 }
コード例 #4
0
 public virtual object get_NewCell(NetOffice.OWC10Api.PivotCell cell)
 {
     return(InvokerService.InvokeInternal.ExecuteReferencePropertyGet(this, "NewCell", cell));
 }