Beispiel #1
0
 public virtual Int32 SheetFollowHyperlink(object sh, NetOffice.ExcelApi.Hyperlink target)
 {
     return(InvokerService.InvokeInternal.ExecuteInt32MethodGet(this, "SheetFollowHyperlink", sh, target));
 }
Beispiel #2
0
 public virtual Int32 FollowHyperlink(NetOffice.ExcelApi.Hyperlink target)
 {
     return(InvokerService.InvokeInternal.ExecuteInt32MethodGet(this, "FollowHyperlink", target));
 }