0
我想和RichTextBox.GetLineFromCharIndex()相反在System.Windows.Forms.RichTextBox中,如何將LineNumber轉換爲字符位置?
我有一個行號,我想檢索該行的char索引。 該方法可能被稱爲RichTextBox.GetCharIndexFromLine()
。
有可能嗎?
我想和RichTextBox.GetLineFromCharIndex()相反在System.Windows.Forms.RichTextBox中,如何將LineNumber轉換爲字符位置?
我有一個行號,我想檢索該行的char索引。 該方法可能被稱爲RichTextBox.GetCharIndexFromLine()
。
有可能嗎?
richTextBox1.GetFirstCharIndexFromLine(int lineNumber)
是,該方法是RichTextBox.GetFirstCharIndexFromLine(LineNumber上)
第一那條線指數字符? – manji 2009-09-16 18:27:28