代码之家  ›  专栏  ›  技术社区  ›  Cheeso

在System.Windows.Forms.RichTextBox中,如何将行号转换为字符位置?

  •  0
  • Cheeso  · 技术社区  · 15 年前

    我想要的是相反的 RichTextBox.GetLineFromCharIndex()

    可以调用该方法 RichTextBox.GetCharIndexFromLine() .

    简单地说,这可能吗?

    2 回复  |  直到 15 年前
        1
  •  3
  •   manji    15 年前
    richTextBox1.GetFirstCharIndexFromLine(int lineNumber)
    
        2
  •  3
  •   Seth Moore    15 年前

    是,方法是RichTextBox.GetFirstCharIndexFromLine(行号)