【EverEdit用户手册】Document >> SelEndPos

 

 

1 Document >> SelEndPos

普通选区结束位置

原型:

Pos SelEndPos;//get

1.1 返回值

SelEndPos:返回Pos类型变量

1.2 使用样例

 var doc = App.ActiveDoc;
 var pos = doc.SelEndPos;
 PrintLine("光标行:" + pos.Line + " 光标列:" + pos.Col);
posted @ 2024-12-14 22:11  tyysoft  阅读(8)  评论(0)    收藏  举报