Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
搜索文档时如何跳过前 3 行文本。我目前从文档的顶部开始。我添加了一个代码片段,我想知道如何从第三行开始?
if (newSearch) { lastOffset = -1; searchRange = new TextRange( body.Selection.Start.GetPositionAtOffset(1), body.Document.ContentEnd); lastSearch = searchText; }