摘要:
using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System. 阅读全文
摘要:
Sub test() '获取所有ppt页面 For Each currentSlide In ActivePresentation.Slides '每个页面加一个文本框 Set Sh = currentSlide.Shapes.AddLabel(msoTextOrientationHorizonta 阅读全文
摘要:
//server端 public class HelloClass { public string GetHello() { return "Hello!"; } } public interface IHelloClass { string GetHello(); } var tcpserver 阅读全文
摘要:
Sub insertImg() ' ' 宏3 宏 ' ' Dim i As Integer For i = 15 To 87 Rows(i & ":" & i).RowHeight = 159.75 imgUrl = Range("D" & i).Value Range("E" & i).Selec 阅读全文