行号
原型:
int Line;//get,set
Line:返回int类型变量
var doc = App.ActiveDoc; var pos = doc.CaretPos; PrintLine("行:"+ pos.Line + ", 列:" + pos.Col);