コード例 #1
0
ファイル: IAppEvents.cs プロジェクト: toroerp/NetOffice
 public virtual Int32 SheetFollowHyperlink(object sh, NetOffice.ExcelApi.Hyperlink target)
 {
     return(InvokerService.InvokeInternal.ExecuteInt32MethodGet(this, "SheetFollowHyperlink", sh, target));
 }
コード例 #2
0
 public virtual Int32 FollowHyperlink(NetOffice.ExcelApi.Hyperlink target)
 {
     return(InvokerService.InvokeInternal.ExecuteInt32MethodGet(this, "FollowHyperlink", target));
 }