[{"data":1,"prerenderedAt":2765},["ShallowReactive",2],{"content-query-Rezl5QW3Qn":3,"navigation":2417},{"_path":4,"_dir":5,"_draft":6,"_partial":6,"_locale":7,"title":8,"description":7,"date":9,"body":10,"_type":2410,"_id":2411,"_source":2412,"_file":2413,"_stem":2414,"_extension":2415,"sitemap":2416},"/document/selection/text-search","selection",false,"","テキスト検索","2026-03-04",{"type":11,"children":12,"toc":2392},"root",[13,21,27,41,94,99,105,124,312,317,328,473,478,483,600,605,640,725,730,759,886,891,902,1083,1094,1176,1181,1192,1380,1385,1408,1414,1419,2081,2087,2092,2317,2322,2332,2386],{"type":14,"tag":15,"props":16,"children":18},"element","h2",{"id":17},"概要",[19],{"type":20,"value":17},"text",{"type":14,"tag":22,"props":23,"children":24},"p",{},[25],{"type":20,"value":26},"ReoGridは、1つまたは複数のワークシートのセル全体でテキストを検索できる組み込みのテキスト検索APIを提供しています。結果を1つずつナビゲートしたり、一致するセルをハイライトしたり、すべての一致を一度に取得したりできます。",{"type":14,"tag":22,"props":28,"children":29},{},[30,32,39],{"type":20,"value":31},"テキスト検索クラスは ",{"type":14,"tag":33,"props":34,"children":36},"code",{"className":35},[],[37],{"type":20,"value":38},"unvell.ReoGrid.TextSearch",{"type":20,"value":40}," 名前空間にあります。",{"type":14,"tag":42,"props":43,"children":47},"pre",{"className":44,"code":45,"language":46,"meta":7,"style":7},"language-cs shiki shiki-themes github-light github-dark github-light","using unvell.ReoGrid.TextSearch;\n","cs",[48],{"type":14,"tag":33,"props":49,"children":50},{"__ignoreMap":7},[51],{"type":14,"tag":52,"props":53,"children":56},"span",{"class":54,"line":55},"line",1,[57,63,69,75,80,84,89],{"type":14,"tag":52,"props":58,"children":60},{"style":59},"--shiki-light:#D73A49;--shiki-dark:#F97583;--shiki-default:#D73A49",[61],{"type":20,"value":62},"using",{"type":14,"tag":52,"props":64,"children":66},{"style":65},"--shiki-light:#6F42C1;--shiki-dark:#B392F0;--shiki-default:#6F42C1",[67],{"type":20,"value":68}," unvell",{"type":14,"tag":52,"props":70,"children":72},{"style":71},"--shiki-light:#24292E;--shiki-dark:#E1E4E8;--shiki-default:#24292E",[73],{"type":20,"value":74},".",{"type":14,"tag":52,"props":76,"children":77},{"style":65},[78],{"type":20,"value":79},"ReoGrid",{"type":14,"tag":52,"props":81,"children":82},{"style":71},[83],{"type":20,"value":74},{"type":14,"tag":52,"props":85,"children":86},{"style":65},[87],{"type":20,"value":88},"TextSearch",{"type":14,"tag":52,"props":90,"children":91},{"style":71},[92],{"type":20,"value":93},";\n",{"type":14,"tag":15,"props":95,"children":97},{"id":96},"基本的な使い方",[98],{"type":20,"value":96},{"type":14,"tag":100,"props":101,"children":103},"h3",{"id":102},"単一ワークシートの検索",[104],{"type":20,"value":102},{"type":14,"tag":22,"props":106,"children":107},{},[108,114,116,122],{"type":14,"tag":33,"props":109,"children":111},{"className":110},[],[112],{"type":20,"value":113},"TextSearchSession",{"type":20,"value":115}," に単一の ",{"type":14,"tag":33,"props":117,"children":119},{"className":118},[],[120],{"type":20,"value":121},"Worksheet",{"type":20,"value":123}," を渡して、そのワークシート内を検索します。",{"type":14,"tag":42,"props":125,"children":127},{"className":44,"code":126,"language":46,"meta":7,"style":7},"var session = new TextSearchSession(grid.CurrentWorksheet, \"hello\");\nsession.Search();\n\n// Navigate to the next match\nvar match = session.NextMatch();\nif (match != null)\n{\n    grid.CurrentWorksheet.SelectionRange = match.Cell.PositionAsRange;\n}\n",[128],{"type":14,"tag":33,"props":129,"children":130},{"__ignoreMap":7},[131,175,194,204,214,245,275,284,303],{"type":14,"tag":52,"props":132,"children":133},{"class":54,"line":55},[134,139,144,149,154,159,164,170],{"type":14,"tag":52,"props":135,"children":136},{"style":59},[137],{"type":20,"value":138},"var",{"type":14,"tag":52,"props":140,"children":141},{"style":65},[142],{"type":20,"value":143}," session",{"type":14,"tag":52,"props":145,"children":146},{"style":59},[147],{"type":20,"value":148}," =",{"type":14,"tag":52,"props":150,"children":151},{"style":59},[152],{"type":20,"value":153}," new",{"type":14,"tag":52,"props":155,"children":156},{"style":65},[157],{"type":20,"value":158}," TextSearchSession",{"type":14,"tag":52,"props":160,"children":161},{"style":71},[162],{"type":20,"value":163},"(grid.CurrentWorksheet, ",{"type":14,"tag":52,"props":165,"children":167},{"style":166},"--shiki-light:#032F62;--shiki-dark:#9ECBFF;--shiki-default:#032F62",[168],{"type":20,"value":169},"\"hello\"",{"type":14,"tag":52,"props":171,"children":172},{"style":71},[173],{"type":20,"value":174},");\n",{"type":14,"tag":52,"props":176,"children":178},{"class":54,"line":177},2,[179,184,189],{"type":14,"tag":52,"props":180,"children":181},{"style":71},[182],{"type":20,"value":183},"session.",{"type":14,"tag":52,"props":185,"children":186},{"style":65},[187],{"type":20,"value":188},"Search",{"type":14,"tag":52,"props":190,"children":191},{"style":71},[192],{"type":20,"value":193},"();\n",{"type":14,"tag":52,"props":195,"children":197},{"class":54,"line":196},3,[198],{"type":14,"tag":52,"props":199,"children":201},{"emptyLinePlaceholder":200},true,[202],{"type":20,"value":203},"\n",{"type":14,"tag":52,"props":205,"children":207},{"class":54,"line":206},4,[208],{"type":14,"tag":52,"props":209,"children":211},{"style":210},"--shiki-light:#6A737D;--shiki-dark:#6A737D;--shiki-default:#6A737D",[212],{"type":20,"value":213},"// Navigate to the next match\n",{"type":14,"tag":52,"props":215,"children":217},{"class":54,"line":216},5,[218,222,227,231,236,241],{"type":14,"tag":52,"props":219,"children":220},{"style":59},[221],{"type":20,"value":138},{"type":14,"tag":52,"props":223,"children":224},{"style":65},[225],{"type":20,"value":226}," match",{"type":14,"tag":52,"props":228,"children":229},{"style":59},[230],{"type":20,"value":148},{"type":14,"tag":52,"props":232,"children":233},{"style":71},[234],{"type":20,"value":235}," session.",{"type":14,"tag":52,"props":237,"children":238},{"style":65},[239],{"type":20,"value":240},"NextMatch",{"type":14,"tag":52,"props":242,"children":243},{"style":71},[244],{"type":20,"value":193},{"type":14,"tag":52,"props":246,"children":248},{"class":54,"line":247},6,[249,254,259,264,270],{"type":14,"tag":52,"props":250,"children":251},{"style":59},[252],{"type":20,"value":253},"if",{"type":14,"tag":52,"props":255,"children":256},{"style":71},[257],{"type":20,"value":258}," (match ",{"type":14,"tag":52,"props":260,"children":261},{"style":59},[262],{"type":20,"value":263},"!=",{"type":14,"tag":52,"props":265,"children":267},{"style":266},"--shiki-light:#005CC5;--shiki-dark:#79B8FF;--shiki-default:#005CC5",[268],{"type":20,"value":269}," null",{"type":14,"tag":52,"props":271,"children":272},{"style":71},[273],{"type":20,"value":274},")\n",{"type":14,"tag":52,"props":276,"children":278},{"class":54,"line":277},7,[279],{"type":14,"tag":52,"props":280,"children":281},{"style":71},[282],{"type":20,"value":283},"{\n",{"type":14,"tag":52,"props":285,"children":287},{"class":54,"line":286},8,[288,293,298],{"type":14,"tag":52,"props":289,"children":290},{"style":71},[291],{"type":20,"value":292},"    grid.CurrentWorksheet.SelectionRange ",{"type":14,"tag":52,"props":294,"children":295},{"style":59},[296],{"type":20,"value":297},"=",{"type":14,"tag":52,"props":299,"children":300},{"style":71},[301],{"type":20,"value":302}," match.Cell.PositionAsRange;\n",{"type":14,"tag":52,"props":304,"children":306},{"class":54,"line":305},9,[307],{"type":14,"tag":52,"props":308,"children":309},{"style":71},[310],{"type":20,"value":311},"}\n",{"type":14,"tag":100,"props":313,"children":315},{"id":314},"ワークブック全体の検索",[316],{"type":20,"value":314},{"type":14,"tag":22,"props":318,"children":319},{},[320,326],{"type":14,"tag":33,"props":321,"children":323},{"className":322},[],[324],{"type":20,"value":325},"IWorkbook",{"type":20,"value":327}," インスタンス（グリッドコントロール）を渡して、すべてのワークシートを検索します。",{"type":14,"tag":42,"props":329,"children":331},{"className":44,"code":330,"language":46,"meta":7,"style":7},"var session = new TextSearchSession(grid, \"hello\");\nsession.Search();\n\nvar match = session.NextMatch();\nif (match != null)\n{\n    match.Cell.Worksheet.SelectionRange = match.Cell.PositionAsRange;\n}\n",[332],{"type":14,"tag":33,"props":333,"children":334},{"__ignoreMap":7},[335,371,386,393,420,443,450,466],{"type":14,"tag":52,"props":336,"children":337},{"class":54,"line":55},[338,342,346,350,354,358,363,367],{"type":14,"tag":52,"props":339,"children":340},{"style":59},[341],{"type":20,"value":138},{"type":14,"tag":52,"props":343,"children":344},{"style":65},[345],{"type":20,"value":143},{"type":14,"tag":52,"props":347,"children":348},{"style":59},[349],{"type":20,"value":148},{"type":14,"tag":52,"props":351,"children":352},{"style":59},[353],{"type":20,"value":153},{"type":14,"tag":52,"props":355,"children":356},{"style":65},[357],{"type":20,"value":158},{"type":14,"tag":52,"props":359,"children":360},{"style":71},[361],{"type":20,"value":362},"(grid, ",{"type":14,"tag":52,"props":364,"children":365},{"style":166},[366],{"type":20,"value":169},{"type":14,"tag":52,"props":368,"children":369},{"style":71},[370],{"type":20,"value":174},{"type":14,"tag":52,"props":372,"children":373},{"class":54,"line":177},[374,378,382],{"type":14,"tag":52,"props":375,"children":376},{"style":71},[377],{"type":20,"value":183},{"type":14,"tag":52,"props":379,"children":380},{"style":65},[381],{"type":20,"value":188},{"type":14,"tag":52,"props":383,"children":384},{"style":71},[385],{"type":20,"value":193},{"type":14,"tag":52,"props":387,"children":388},{"class":54,"line":196},[389],{"type":14,"tag":52,"props":390,"children":391},{"emptyLinePlaceholder":200},[392],{"type":20,"value":203},{"type":14,"tag":52,"props":394,"children":395},{"class":54,"line":206},[396,400,404,408,412,416],{"type":14,"tag":52,"props":397,"children":398},{"style":59},[399],{"type":20,"value":138},{"type":14,"tag":52,"props":401,"children":402},{"style":65},[403],{"type":20,"value":226},{"type":14,"tag":52,"props":405,"children":406},{"style":59},[407],{"type":20,"value":148},{"type":14,"tag":52,"props":409,"children":410},{"style":71},[411],{"type":20,"value":235},{"type":14,"tag":52,"props":413,"children":414},{"style":65},[415],{"type":20,"value":240},{"type":14,"tag":52,"props":417,"children":418},{"style":71},[419],{"type":20,"value":193},{"type":14,"tag":52,"props":421,"children":422},{"class":54,"line":216},[423,427,431,435,439],{"type":14,"tag":52,"props":424,"children":425},{"style":59},[426],{"type":20,"value":253},{"type":14,"tag":52,"props":428,"children":429},{"style":71},[430],{"type":20,"value":258},{"type":14,"tag":52,"props":432,"children":433},{"style":59},[434],{"type":20,"value":263},{"type":14,"tag":52,"props":436,"children":437},{"style":266},[438],{"type":20,"value":269},{"type":14,"tag":52,"props":440,"children":441},{"style":71},[442],{"type":20,"value":274},{"type":14,"tag":52,"props":444,"children":445},{"class":54,"line":247},[446],{"type":14,"tag":52,"props":447,"children":448},{"style":71},[449],{"type":20,"value":283},{"type":14,"tag":52,"props":451,"children":452},{"class":54,"line":277},[453,458,462],{"type":14,"tag":52,"props":454,"children":455},{"style":71},[456],{"type":20,"value":457},"    match.Cell.Worksheet.SelectionRange ",{"type":14,"tag":52,"props":459,"children":460},{"style":59},[461],{"type":20,"value":297},{"type":14,"tag":52,"props":463,"children":464},{"style":71},[465],{"type":20,"value":302},{"type":14,"tag":52,"props":467,"children":468},{"class":54,"line":286},[469],{"type":14,"tag":52,"props":470,"children":471},{"style":71},[472],{"type":20,"value":311},{"type":14,"tag":100,"props":474,"children":476},{"id":475},"特定のワークシートの検索",[477],{"type":20,"value":475},{"type":14,"tag":22,"props":479,"children":480},{},[481],{"type":20,"value":482},"ワークシートのリストを渡して、検索範囲を限定します。",{"type":14,"tag":42,"props":484,"children":486},{"className":44,"code":485,"language":46,"meta":7,"style":7},"var sheets = new List\u003CWorksheet> { grid.Worksheets[0], grid.Worksheets[1] };\nvar session = new TextSearchSession(sheets, \"hello\");\nsession.Search();\n",[487],{"type":14,"tag":33,"props":488,"children":489},{"__ignoreMap":7},[490,549,585],{"type":14,"tag":52,"props":491,"children":492},{"class":54,"line":55},[493,497,502,506,510,515,520,524,529,534,539,544],{"type":14,"tag":52,"props":494,"children":495},{"style":59},[496],{"type":20,"value":138},{"type":14,"tag":52,"props":498,"children":499},{"style":65},[500],{"type":20,"value":501}," sheets",{"type":14,"tag":52,"props":503,"children":504},{"style":59},[505],{"type":20,"value":148},{"type":14,"tag":52,"props":507,"children":508},{"style":59},[509],{"type":20,"value":153},{"type":14,"tag":52,"props":511,"children":512},{"style":65},[513],{"type":20,"value":514}," List",{"type":14,"tag":52,"props":516,"children":517},{"style":71},[518],{"type":20,"value":519},"\u003C",{"type":14,"tag":52,"props":521,"children":522},{"style":65},[523],{"type":20,"value":121},{"type":14,"tag":52,"props":525,"children":526},{"style":71},[527],{"type":20,"value":528},"> { grid.Worksheets[",{"type":14,"tag":52,"props":530,"children":531},{"style":266},[532],{"type":20,"value":533},"0",{"type":14,"tag":52,"props":535,"children":536},{"style":71},[537],{"type":20,"value":538},"], grid.Worksheets[",{"type":14,"tag":52,"props":540,"children":541},{"style":266},[542],{"type":20,"value":543},"1",{"type":14,"tag":52,"props":545,"children":546},{"style":71},[547],{"type":20,"value":548},"] };\n",{"type":14,"tag":52,"props":550,"children":551},{"class":54,"line":177},[552,556,560,564,568,572,577,581],{"type":14,"tag":52,"props":553,"children":554},{"style":59},[555],{"type":20,"value":138},{"type":14,"tag":52,"props":557,"children":558},{"style":65},[559],{"type":20,"value":143},{"type":14,"tag":52,"props":561,"children":562},{"style":59},[563],{"type":20,"value":148},{"type":14,"tag":52,"props":565,"children":566},{"style":59},[567],{"type":20,"value":153},{"type":14,"tag":52,"props":569,"children":570},{"style":65},[571],{"type":20,"value":158},{"type":14,"tag":52,"props":573,"children":574},{"style":71},[575],{"type":20,"value":576},"(sheets, ",{"type":14,"tag":52,"props":578,"children":579},{"style":166},[580],{"type":20,"value":169},{"type":14,"tag":52,"props":582,"children":583},{"style":71},[584],{"type":20,"value":174},{"type":14,"tag":52,"props":586,"children":587},{"class":54,"line":196},[588,592,596],{"type":14,"tag":52,"props":589,"children":590},{"style":71},[591],{"type":20,"value":183},{"type":14,"tag":52,"props":593,"children":594},{"style":65},[595],{"type":20,"value":188},{"type":14,"tag":52,"props":597,"children":598},{"style":71},[599],{"type":20,"value":193},{"type":14,"tag":15,"props":601,"children":603},{"id":602},"結果のナビゲーション",[604],{"type":20,"value":602},{"type":14,"tag":22,"props":606,"children":607},{},[608,614,616,622,624,630,632,638],{"type":14,"tag":33,"props":609,"children":611},{"className":610},[],[612],{"type":20,"value":613},"Search()",{"type":20,"value":615}," を呼び出した後、",{"type":14,"tag":33,"props":617,"children":619},{"className":618},[],[620],{"type":20,"value":621},"NextMatch()",{"type":20,"value":623}," と ",{"type":14,"tag":33,"props":625,"children":627},{"className":626},[],[628],{"type":20,"value":629},"PreviousMatch()",{"type":20,"value":631}," を使用して結果をナビゲートします。一致がない場合、両方のメソッドは ",{"type":14,"tag":33,"props":633,"children":635},{"className":634},[],[636],{"type":20,"value":637},"null",{"type":20,"value":639}," を返します。",{"type":14,"tag":42,"props":641,"children":643},{"className":44,"code":642,"language":46,"meta":7,"style":7},"// Move forward\nvar match = session.NextMatch();\n\n// Move backward\nvar match = session.PreviousMatch();\n",[644],{"type":14,"tag":33,"props":645,"children":646},{"__ignoreMap":7},[647,655,682,689,697],{"type":14,"tag":52,"props":648,"children":649},{"class":54,"line":55},[650],{"type":14,"tag":52,"props":651,"children":652},{"style":210},[653],{"type":20,"value":654},"// Move forward\n",{"type":14,"tag":52,"props":656,"children":657},{"class":54,"line":177},[658,662,666,670,674,678],{"type":14,"tag":52,"props":659,"children":660},{"style":59},[661],{"type":20,"value":138},{"type":14,"tag":52,"props":663,"children":664},{"style":65},[665],{"type":20,"value":226},{"type":14,"tag":52,"props":667,"children":668},{"style":59},[669],{"type":20,"value":148},{"type":14,"tag":52,"props":671,"children":672},{"style":71},[673],{"type":20,"value":235},{"type":14,"tag":52,"props":675,"children":676},{"style":65},[677],{"type":20,"value":240},{"type":14,"tag":52,"props":679,"children":680},{"style":71},[681],{"type":20,"value":193},{"type":14,"tag":52,"props":683,"children":684},{"class":54,"line":196},[685],{"type":14,"tag":52,"props":686,"children":687},{"emptyLinePlaceholder":200},[688],{"type":20,"value":203},{"type":14,"tag":52,"props":690,"children":691},{"class":54,"line":206},[692],{"type":14,"tag":52,"props":693,"children":694},{"style":210},[695],{"type":20,"value":696},"// Move backward\n",{"type":14,"tag":52,"props":698,"children":699},{"class":54,"line":216},[700,704,708,712,716,721],{"type":14,"tag":52,"props":701,"children":702},{"style":59},[703],{"type":20,"value":138},{"type":14,"tag":52,"props":705,"children":706},{"style":65},[707],{"type":20,"value":226},{"type":14,"tag":52,"props":709,"children":710},{"style":59},[711],{"type":20,"value":148},{"type":14,"tag":52,"props":713,"children":714},{"style":71},[715],{"type":20,"value":235},{"type":14,"tag":52,"props":717,"children":718},{"style":65},[719],{"type":20,"value":720},"PreviousMatch",{"type":14,"tag":52,"props":722,"children":723},{"style":71},[724],{"type":20,"value":193},{"type":14,"tag":100,"props":726,"children":728},{"id":727},"ループ検索",[729],{"type":20,"value":727},{"type":14,"tag":22,"props":731,"children":732},{},[733,735,741,743,749,751,757],{"type":20,"value":734},"デフォルトでは ",{"type":14,"tag":33,"props":736,"children":738},{"className":737},[],[739],{"type":20,"value":740},"LoopSearch",{"type":20,"value":742}," は ",{"type":14,"tag":33,"props":744,"children":746},{"className":745},[],[747],{"type":20,"value":748},"true",{"type":20,"value":750}," で、最後の一致から最初の一致に戻る（およびその逆の）ラップアラウンドナビゲーションが行われます。終端で停止するには ",{"type":14,"tag":33,"props":752,"children":754},{"className":753},[],[755],{"type":20,"value":756},"false",{"type":20,"value":758}," に設定します。",{"type":14,"tag":42,"props":760,"children":762},{"className":44,"code":761,"language":46,"meta":7,"style":7},"session.LoopSearch = false;\n\nvar match = session.NextMatch();\nif (match == null)\n{\n    MessageBox.Show(\"No more results.\");\n}\n",[763],{"type":14,"tag":33,"props":764,"children":765},{"__ignoreMap":7},[766,787,794,821,845,852,879],{"type":14,"tag":52,"props":767,"children":768},{"class":54,"line":55},[769,774,778,783],{"type":14,"tag":52,"props":770,"children":771},{"style":71},[772],{"type":20,"value":773},"session.LoopSearch ",{"type":14,"tag":52,"props":775,"children":776},{"style":59},[777],{"type":20,"value":297},{"type":14,"tag":52,"props":779,"children":780},{"style":266},[781],{"type":20,"value":782}," false",{"type":14,"tag":52,"props":784,"children":785},{"style":71},[786],{"type":20,"value":93},{"type":14,"tag":52,"props":788,"children":789},{"class":54,"line":177},[790],{"type":14,"tag":52,"props":791,"children":792},{"emptyLinePlaceholder":200},[793],{"type":20,"value":203},{"type":14,"tag":52,"props":795,"children":796},{"class":54,"line":196},[797,801,805,809,813,817],{"type":14,"tag":52,"props":798,"children":799},{"style":59},[800],{"type":20,"value":138},{"type":14,"tag":52,"props":802,"children":803},{"style":65},[804],{"type":20,"value":226},{"type":14,"tag":52,"props":806,"children":807},{"style":59},[808],{"type":20,"value":148},{"type":14,"tag":52,"props":810,"children":811},{"style":71},[812],{"type":20,"value":235},{"type":14,"tag":52,"props":814,"children":815},{"style":65},[816],{"type":20,"value":240},{"type":14,"tag":52,"props":818,"children":819},{"style":71},[820],{"type":20,"value":193},{"type":14,"tag":52,"props":822,"children":823},{"class":54,"line":206},[824,828,832,837,841],{"type":14,"tag":52,"props":825,"children":826},{"style":59},[827],{"type":20,"value":253},{"type":14,"tag":52,"props":829,"children":830},{"style":71},[831],{"type":20,"value":258},{"type":14,"tag":52,"props":833,"children":834},{"style":59},[835],{"type":20,"value":836},"==",{"type":14,"tag":52,"props":838,"children":839},{"style":266},[840],{"type":20,"value":269},{"type":14,"tag":52,"props":842,"children":843},{"style":71},[844],{"type":20,"value":274},{"type":14,"tag":52,"props":846,"children":847},{"class":54,"line":216},[848],{"type":14,"tag":52,"props":849,"children":850},{"style":71},[851],{"type":20,"value":283},{"type":14,"tag":52,"props":853,"children":854},{"class":54,"line":247},[855,860,865,870,875],{"type":14,"tag":52,"props":856,"children":857},{"style":71},[858],{"type":20,"value":859},"    MessageBox.",{"type":14,"tag":52,"props":861,"children":862},{"style":65},[863],{"type":20,"value":864},"Show",{"type":14,"tag":52,"props":866,"children":867},{"style":71},[868],{"type":20,"value":869},"(",{"type":14,"tag":52,"props":871,"children":872},{"style":166},[873],{"type":20,"value":874},"\"No more results.\"",{"type":14,"tag":52,"props":876,"children":877},{"style":71},[878],{"type":20,"value":174},{"type":14,"tag":52,"props":880,"children":881},{"class":54,"line":277},[882],{"type":14,"tag":52,"props":883,"children":884},{"style":71},[885],{"type":20,"value":311},{"type":14,"tag":15,"props":887,"children":889},{"id":888},"すべての一致の取得",[890],{"type":20,"value":888},{"type":14,"tag":22,"props":892,"children":893},{},[894,900],{"type":14,"tag":33,"props":895,"children":897},{"className":896},[],[898],{"type":20,"value":899},"Matches",{"type":20,"value":901}," プロパティを使用して、結果の完全なリストに一度にアクセスします。",{"type":14,"tag":42,"props":903,"children":905},{"className":44,"code":904,"language":46,"meta":7,"style":7},"var session = new TextSearchSession(grid, \"hello\");\nsession.Search();\n\nforeach (var match in session.Matches)\n{\n    Console.WriteLine($\"Found at: {match.Cell.Position}, offset: {match.TextIndex}\");\n}\n",[906],{"type":14,"tag":33,"props":907,"children":908},{"__ignoreMap":7},[909,944,959,966,997,1004,1076],{"type":14,"tag":52,"props":910,"children":911},{"class":54,"line":55},[912,916,920,924,928,932,936,940],{"type":14,"tag":52,"props":913,"children":914},{"style":59},[915],{"type":20,"value":138},{"type":14,"tag":52,"props":917,"children":918},{"style":65},[919],{"type":20,"value":143},{"type":14,"tag":52,"props":921,"children":922},{"style":59},[923],{"type":20,"value":148},{"type":14,"tag":52,"props":925,"children":926},{"style":59},[927],{"type":20,"value":153},{"type":14,"tag":52,"props":929,"children":930},{"style":65},[931],{"type":20,"value":158},{"type":14,"tag":52,"props":933,"children":934},{"style":71},[935],{"type":20,"value":362},{"type":14,"tag":52,"props":937,"children":938},{"style":166},[939],{"type":20,"value":169},{"type":14,"tag":52,"props":941,"children":942},{"style":71},[943],{"type":20,"value":174},{"type":14,"tag":52,"props":945,"children":946},{"class":54,"line":177},[947,951,955],{"type":14,"tag":52,"props":948,"children":949},{"style":71},[950],{"type":20,"value":183},{"type":14,"tag":52,"props":952,"children":953},{"style":65},[954],{"type":20,"value":188},{"type":14,"tag":52,"props":956,"children":957},{"style":71},[958],{"type":20,"value":193},{"type":14,"tag":52,"props":960,"children":961},{"class":54,"line":196},[962],{"type":14,"tag":52,"props":963,"children":964},{"emptyLinePlaceholder":200},[965],{"type":20,"value":203},{"type":14,"tag":52,"props":967,"children":968},{"class":54,"line":206},[969,974,979,983,987,992],{"type":14,"tag":52,"props":970,"children":971},{"style":59},[972],{"type":20,"value":973},"foreach",{"type":14,"tag":52,"props":975,"children":976},{"style":71},[977],{"type":20,"value":978}," (",{"type":14,"tag":52,"props":980,"children":981},{"style":59},[982],{"type":20,"value":138},{"type":14,"tag":52,"props":984,"children":985},{"style":65},[986],{"type":20,"value":226},{"type":14,"tag":52,"props":988,"children":989},{"style":59},[990],{"type":20,"value":991}," in",{"type":14,"tag":52,"props":993,"children":994},{"style":71},[995],{"type":20,"value":996}," session.Matches)\n",{"type":14,"tag":52,"props":998,"children":999},{"class":54,"line":216},[1000],{"type":14,"tag":52,"props":1001,"children":1002},{"style":71},[1003],{"type":20,"value":283},{"type":14,"tag":52,"props":1005,"children":1006},{"class":54,"line":247},[1007,1012,1017,1021,1026,1031,1035,1040,1044,1049,1054,1058,1062,1067,1072],{"type":14,"tag":52,"props":1008,"children":1009},{"style":71},[1010],{"type":20,"value":1011},"    Console.",{"type":14,"tag":52,"props":1013,"children":1014},{"style":65},[1015],{"type":20,"value":1016},"WriteLine",{"type":14,"tag":52,"props":1018,"children":1019},{"style":71},[1020],{"type":20,"value":869},{"type":14,"tag":52,"props":1022,"children":1023},{"style":166},[1024],{"type":20,"value":1025},"$\"Found at: {",{"type":14,"tag":52,"props":1027,"children":1028},{"style":71},[1029],{"type":20,"value":1030},"match",{"type":14,"tag":52,"props":1032,"children":1033},{"style":166},[1034],{"type":20,"value":74},{"type":14,"tag":52,"props":1036,"children":1037},{"style":71},[1038],{"type":20,"value":1039},"Cell",{"type":14,"tag":52,"props":1041,"children":1042},{"style":166},[1043],{"type":20,"value":74},{"type":14,"tag":52,"props":1045,"children":1046},{"style":71},[1047],{"type":20,"value":1048},"Position",{"type":14,"tag":52,"props":1050,"children":1051},{"style":166},[1052],{"type":20,"value":1053},"}, offset: {",{"type":14,"tag":52,"props":1055,"children":1056},{"style":71},[1057],{"type":20,"value":1030},{"type":14,"tag":52,"props":1059,"children":1060},{"style":166},[1061],{"type":20,"value":74},{"type":14,"tag":52,"props":1063,"children":1064},{"style":71},[1065],{"type":20,"value":1066},"TextIndex",{"type":14,"tag":52,"props":1068,"children":1069},{"style":166},[1070],{"type":20,"value":1071},"}\"",{"type":14,"tag":52,"props":1073,"children":1074},{"style":71},[1075],{"type":20,"value":174},{"type":14,"tag":52,"props":1077,"children":1078},{"class":54,"line":277},[1079],{"type":14,"tag":52,"props":1080,"children":1081},{"style":71},[1082],{"type":20,"value":311},{"type":14,"tag":22,"props":1084,"children":1085},{},[1086,1092],{"type":14,"tag":33,"props":1087,"children":1089},{"className":1088},[],[1090],{"type":20,"value":1091},"ITextSearchMatch",{"type":20,"value":1093}," インターフェースは以下を公開します：",{"type":14,"tag":1095,"props":1096,"children":1097},"table",{},[1098,1122],{"type":14,"tag":1099,"props":1100,"children":1101},"thead",{},[1102],{"type":14,"tag":1103,"props":1104,"children":1105},"tr",{},[1106,1112,1117],{"type":14,"tag":1107,"props":1108,"children":1109},"th",{},[1110],{"type":20,"value":1111},"プロパティ",{"type":14,"tag":1107,"props":1113,"children":1114},{},[1115],{"type":20,"value":1116},"型",{"type":14,"tag":1107,"props":1118,"children":1119},{},[1120],{"type":20,"value":1121},"説明",{"type":14,"tag":1123,"props":1124,"children":1125},"tbody",{},[1126,1151],{"type":14,"tag":1103,"props":1127,"children":1128},{},[1129,1138,1146],{"type":14,"tag":1130,"props":1131,"children":1132},"td",{},[1133],{"type":14,"tag":33,"props":1134,"children":1136},{"className":1135},[],[1137],{"type":20,"value":1039},{"type":14,"tag":1130,"props":1139,"children":1140},{},[1141],{"type":14,"tag":33,"props":1142,"children":1144},{"className":1143},[],[1145],{"type":20,"value":1039},{"type":14,"tag":1130,"props":1147,"children":1148},{},[1149],{"type":20,"value":1150},"一致したテキストを含むセル",{"type":14,"tag":1103,"props":1152,"children":1153},{},[1154,1162,1171],{"type":14,"tag":1130,"props":1155,"children":1156},{},[1157],{"type":14,"tag":33,"props":1158,"children":1160},{"className":1159},[],[1161],{"type":20,"value":1066},{"type":14,"tag":1130,"props":1163,"children":1164},{},[1165],{"type":14,"tag":33,"props":1166,"children":1168},{"className":1167},[],[1169],{"type":20,"value":1170},"int",{"type":14,"tag":1130,"props":1172,"children":1173},{},[1174],{"type":20,"value":1175},"セルの表示テキスト内での一致の文字位置",{"type":14,"tag":15,"props":1177,"children":1179},{"id":1178},"一致のハイライト",[1180],{"type":20,"value":1178},{"type":14,"tag":22,"props":1182,"children":1183},{},[1184,1190],{"type":14,"tag":33,"props":1185,"children":1187},{"className":1186},[],[1188],{"type":20,"value":1189},"HighlightTextSearchSession",{"type":20,"value":1191}," を使用して、一致するすべてのセルを視覚的にハイライトします。",{"type":14,"tag":42,"props":1193,"children":1195},{"className":44,"code":1194,"language":46,"meta":7,"style":7},"var session = new HighlightTextSearchSession(grid, \"hello\", grid.CurrentWorksheet);\nsession.Search();\n\n// Highlight all matches in gold\nsession.MarkAllResultHighlight(SolidColor.Goldenrod);\n\n// Navigate\nvar match = session.NextMatch();\nif (match != null)\n{\n    match.Cell.Worksheet.SelectionRange = match.Cell.PositionAsRange;\n}\n",[1196],{"type":14,"tag":33,"props":1197,"children":1198},{"__ignoreMap":7},[1199,1236,1251,1258,1266,1283,1290,1298,1325,1348,1356,1372],{"type":14,"tag":52,"props":1200,"children":1201},{"class":54,"line":55},[1202,1206,1210,1214,1218,1223,1227,1231],{"type":14,"tag":52,"props":1203,"children":1204},{"style":59},[1205],{"type":20,"value":138},{"type":14,"tag":52,"props":1207,"children":1208},{"style":65},[1209],{"type":20,"value":143},{"type":14,"tag":52,"props":1211,"children":1212},{"style":59},[1213],{"type":20,"value":148},{"type":14,"tag":52,"props":1215,"children":1216},{"style":59},[1217],{"type":20,"value":153},{"type":14,"tag":52,"props":1219,"children":1220},{"style":65},[1221],{"type":20,"value":1222}," HighlightTextSearchSession",{"type":14,"tag":52,"props":1224,"children":1225},{"style":71},[1226],{"type":20,"value":362},{"type":14,"tag":52,"props":1228,"children":1229},{"style":166},[1230],{"type":20,"value":169},{"type":14,"tag":52,"props":1232,"children":1233},{"style":71},[1234],{"type":20,"value":1235},", grid.CurrentWorksheet);\n",{"type":14,"tag":52,"props":1237,"children":1238},{"class":54,"line":177},[1239,1243,1247],{"type":14,"tag":52,"props":1240,"children":1241},{"style":71},[1242],{"type":20,"value":183},{"type":14,"tag":52,"props":1244,"children":1245},{"style":65},[1246],{"type":20,"value":188},{"type":14,"tag":52,"props":1248,"children":1249},{"style":71},[1250],{"type":20,"value":193},{"type":14,"tag":52,"props":1252,"children":1253},{"class":54,"line":196},[1254],{"type":14,"tag":52,"props":1255,"children":1256},{"emptyLinePlaceholder":200},[1257],{"type":20,"value":203},{"type":14,"tag":52,"props":1259,"children":1260},{"class":54,"line":206},[1261],{"type":14,"tag":52,"props":1262,"children":1263},{"style":210},[1264],{"type":20,"value":1265},"// Highlight all matches in gold\n",{"type":14,"tag":52,"props":1267,"children":1268},{"class":54,"line":216},[1269,1273,1278],{"type":14,"tag":52,"props":1270,"children":1271},{"style":71},[1272],{"type":20,"value":183},{"type":14,"tag":52,"props":1274,"children":1275},{"style":65},[1276],{"type":20,"value":1277},"MarkAllResultHighlight",{"type":14,"tag":52,"props":1279,"children":1280},{"style":71},[1281],{"type":20,"value":1282},"(SolidColor.Goldenrod);\n",{"type":14,"tag":52,"props":1284,"children":1285},{"class":54,"line":247},[1286],{"type":14,"tag":52,"props":1287,"children":1288},{"emptyLinePlaceholder":200},[1289],{"type":20,"value":203},{"type":14,"tag":52,"props":1291,"children":1292},{"class":54,"line":277},[1293],{"type":14,"tag":52,"props":1294,"children":1295},{"style":210},[1296],{"type":20,"value":1297},"// Navigate\n",{"type":14,"tag":52,"props":1299,"children":1300},{"class":54,"line":286},[1301,1305,1309,1313,1317,1321],{"type":14,"tag":52,"props":1302,"children":1303},{"style":59},[1304],{"type":20,"value":138},{"type":14,"tag":52,"props":1306,"children":1307},{"style":65},[1308],{"type":20,"value":226},{"type":14,"tag":52,"props":1310,"children":1311},{"style":59},[1312],{"type":20,"value":148},{"type":14,"tag":52,"props":1314,"children":1315},{"style":71},[1316],{"type":20,"value":235},{"type":14,"tag":52,"props":1318,"children":1319},{"style":65},[1320],{"type":20,"value":240},{"type":14,"tag":52,"props":1322,"children":1323},{"style":71},[1324],{"type":20,"value":193},{"type":14,"tag":52,"props":1326,"children":1327},{"class":54,"line":305},[1328,1332,1336,1340,1344],{"type":14,"tag":52,"props":1329,"children":1330},{"style":59},[1331],{"type":20,"value":253},{"type":14,"tag":52,"props":1333,"children":1334},{"style":71},[1335],{"type":20,"value":258},{"type":14,"tag":52,"props":1337,"children":1338},{"style":59},[1339],{"type":20,"value":263},{"type":14,"tag":52,"props":1341,"children":1342},{"style":266},[1343],{"type":20,"value":269},{"type":14,"tag":52,"props":1345,"children":1346},{"style":71},[1347],{"type":20,"value":274},{"type":14,"tag":52,"props":1349,"children":1351},{"class":54,"line":1350},10,[1352],{"type":14,"tag":52,"props":1353,"children":1354},{"style":71},[1355],{"type":20,"value":283},{"type":14,"tag":52,"props":1357,"children":1359},{"class":54,"line":1358},11,[1360,1364,1368],{"type":14,"tag":52,"props":1361,"children":1362},{"style":71},[1363],{"type":20,"value":457},{"type":14,"tag":52,"props":1365,"children":1366},{"style":59},[1367],{"type":20,"value":297},{"type":14,"tag":52,"props":1369,"children":1370},{"style":71},[1371],{"type":20,"value":302},{"type":14,"tag":52,"props":1373,"children":1375},{"class":54,"line":1374},12,[1376],{"type":14,"tag":52,"props":1377,"children":1378},{"style":71},[1379],{"type":20,"value":311},{"type":14,"tag":22,"props":1381,"children":1382},{},[1383],{"type":20,"value":1384},"すべてのハイライトを削除するには（例えば、検索キーワードが変更されたとき）：",{"type":14,"tag":42,"props":1386,"children":1388},{"className":44,"code":1387,"language":46,"meta":7,"style":7},"session.UnmarkAllResultHighlight();\n",[1389],{"type":14,"tag":33,"props":1390,"children":1391},{"__ignoreMap":7},[1392],{"type":14,"tag":52,"props":1393,"children":1394},{"class":54,"line":55},[1395,1399,1404],{"type":14,"tag":52,"props":1396,"children":1397},{"style":71},[1398],{"type":20,"value":183},{"type":14,"tag":52,"props":1400,"children":1401},{"style":65},[1402],{"type":20,"value":1403},"UnmarkAllResultHighlight",{"type":14,"tag":52,"props":1405,"children":1406},{"style":71},[1407],{"type":20,"value":193},{"type":14,"tag":15,"props":1409,"children":1411},{"id":1410},"完全な例検索ダイアログ",[1412],{"type":20,"value":1413},"完全な例：検索ダイアログ",{"type":14,"tag":22,"props":1415,"children":1416},{},[1417],{"type":20,"value":1418},"以下の例は、次へ / 前へ / すべて検索機能を持つ簡単な検索ダイアログの構築方法を示しています。",{"type":14,"tag":42,"props":1420,"children":1422},{"className":44,"code":1421,"language":46,"meta":7,"style":7},"HighlightTextSearchSession searchSession = null;\n\nHighlightTextSearchSession GetOrCreateSession(string keyword)\n{\n    if (searchSession == null)\n    {\n        searchSession = new HighlightTextSearchSession(grid, keyword, grid.CurrentWorksheet);\n        searchSession.Search();\n        searchSession.MarkAllResultHighlight(SolidColor.Goldenrod);\n        searchSession.LoopSearch = true;\n    }\n    return searchSession;\n}\n\nvoid OnKeywordChanged(string newKeyword)\n{\n    // Clear highlights from previous session\n    searchSession?.UnmarkAllResultHighlight();\n    searchSession = null;\n}\n\nvoid FindNext(string keyword)\n{\n    var match = GetOrCreateSession(keyword).NextMatch();\n    if (match != null)\n        match.Cell.Worksheet.SelectionRange = match.Cell.PositionAsRange;\n}\n\nvoid FindPrevious(string keyword)\n{\n    var match = GetOrCreateSession(keyword).PreviousMatch();\n    if (match != null)\n        match.Cell.Worksheet.SelectionRange = match.Cell.PositionAsRange;\n}\n\nIEnumerable\u003CITextSearchMatch> FindAll(string keyword)\n{\n    return GetOrCreateSession(keyword).Matches;\n}\n",[1423],{"type":14,"tag":33,"props":1424,"children":1425},{"__ignoreMap":7},[1426,1450,1457,1487,1494,1519,1527,1552,1568,1583,1604,1612,1625,1633,1641,1672,1680,1689,1715,1736,1744,1752,1781,1789,1823,1847,1864,1872,1880,1909,1917,1949,1973,1989,1997,2005,2048,2056,2073],{"type":14,"tag":52,"props":1427,"children":1428},{"class":54,"line":55},[1429,1433,1438,1442,1446],{"type":14,"tag":52,"props":1430,"children":1431},{"style":65},[1432],{"type":20,"value":1189},{"type":14,"tag":52,"props":1434,"children":1435},{"style":65},[1436],{"type":20,"value":1437}," searchSession",{"type":14,"tag":52,"props":1439,"children":1440},{"style":59},[1441],{"type":20,"value":148},{"type":14,"tag":52,"props":1443,"children":1444},{"style":266},[1445],{"type":20,"value":269},{"type":14,"tag":52,"props":1447,"children":1448},{"style":71},[1449],{"type":20,"value":93},{"type":14,"tag":52,"props":1451,"children":1452},{"class":54,"line":177},[1453],{"type":14,"tag":52,"props":1454,"children":1455},{"emptyLinePlaceholder":200},[1456],{"type":20,"value":203},{"type":14,"tag":52,"props":1458,"children":1459},{"class":54,"line":196},[1460,1464,1469,1473,1478,1483],{"type":14,"tag":52,"props":1461,"children":1462},{"style":65},[1463],{"type":20,"value":1189},{"type":14,"tag":52,"props":1465,"children":1466},{"style":65},[1467],{"type":20,"value":1468}," GetOrCreateSession",{"type":14,"tag":52,"props":1470,"children":1471},{"style":71},[1472],{"type":20,"value":869},{"type":14,"tag":52,"props":1474,"children":1475},{"style":59},[1476],{"type":20,"value":1477},"string",{"type":14,"tag":52,"props":1479,"children":1480},{"style":65},[1481],{"type":20,"value":1482}," keyword",{"type":14,"tag":52,"props":1484,"children":1485},{"style":71},[1486],{"type":20,"value":274},{"type":14,"tag":52,"props":1488,"children":1489},{"class":54,"line":206},[1490],{"type":14,"tag":52,"props":1491,"children":1492},{"style":71},[1493],{"type":20,"value":283},{"type":14,"tag":52,"props":1495,"children":1496},{"class":54,"line":216},[1497,1502,1507,1511,1515],{"type":14,"tag":52,"props":1498,"children":1499},{"style":59},[1500],{"type":20,"value":1501},"    if",{"type":14,"tag":52,"props":1503,"children":1504},{"style":71},[1505],{"type":20,"value":1506}," (searchSession ",{"type":14,"tag":52,"props":1508,"children":1509},{"style":59},[1510],{"type":20,"value":836},{"type":14,"tag":52,"props":1512,"children":1513},{"style":266},[1514],{"type":20,"value":269},{"type":14,"tag":52,"props":1516,"children":1517},{"style":71},[1518],{"type":20,"value":274},{"type":14,"tag":52,"props":1520,"children":1521},{"class":54,"line":247},[1522],{"type":14,"tag":52,"props":1523,"children":1524},{"style":71},[1525],{"type":20,"value":1526},"    {\n",{"type":14,"tag":52,"props":1528,"children":1529},{"class":54,"line":277},[1530,1535,1539,1543,1547],{"type":14,"tag":52,"props":1531,"children":1532},{"style":71},[1533],{"type":20,"value":1534},"        searchSession ",{"type":14,"tag":52,"props":1536,"children":1537},{"style":59},[1538],{"type":20,"value":297},{"type":14,"tag":52,"props":1540,"children":1541},{"style":59},[1542],{"type":20,"value":153},{"type":14,"tag":52,"props":1544,"children":1545},{"style":65},[1546],{"type":20,"value":1222},{"type":14,"tag":52,"props":1548,"children":1549},{"style":71},[1550],{"type":20,"value":1551},"(grid, keyword, grid.CurrentWorksheet);\n",{"type":14,"tag":52,"props":1553,"children":1554},{"class":54,"line":286},[1555,1560,1564],{"type":14,"tag":52,"props":1556,"children":1557},{"style":71},[1558],{"type":20,"value":1559},"        searchSession.",{"type":14,"tag":52,"props":1561,"children":1562},{"style":65},[1563],{"type":20,"value":188},{"type":14,"tag":52,"props":1565,"children":1566},{"style":71},[1567],{"type":20,"value":193},{"type":14,"tag":52,"props":1569,"children":1570},{"class":54,"line":305},[1571,1575,1579],{"type":14,"tag":52,"props":1572,"children":1573},{"style":71},[1574],{"type":20,"value":1559},{"type":14,"tag":52,"props":1576,"children":1577},{"style":65},[1578],{"type":20,"value":1277},{"type":14,"tag":52,"props":1580,"children":1581},{"style":71},[1582],{"type":20,"value":1282},{"type":14,"tag":52,"props":1584,"children":1585},{"class":54,"line":1350},[1586,1591,1595,1600],{"type":14,"tag":52,"props":1587,"children":1588},{"style":71},[1589],{"type":20,"value":1590},"        searchSession.LoopSearch ",{"type":14,"tag":52,"props":1592,"children":1593},{"style":59},[1594],{"type":20,"value":297},{"type":14,"tag":52,"props":1596,"children":1597},{"style":266},[1598],{"type":20,"value":1599}," true",{"type":14,"tag":52,"props":1601,"children":1602},{"style":71},[1603],{"type":20,"value":93},{"type":14,"tag":52,"props":1605,"children":1606},{"class":54,"line":1358},[1607],{"type":14,"tag":52,"props":1608,"children":1609},{"style":71},[1610],{"type":20,"value":1611},"    }\n",{"type":14,"tag":52,"props":1613,"children":1614},{"class":54,"line":1374},[1615,1620],{"type":14,"tag":52,"props":1616,"children":1617},{"style":59},[1618],{"type":20,"value":1619},"    return",{"type":14,"tag":52,"props":1621,"children":1622},{"style":71},[1623],{"type":20,"value":1624}," searchSession;\n",{"type":14,"tag":52,"props":1626,"children":1628},{"class":54,"line":1627},13,[1629],{"type":14,"tag":52,"props":1630,"children":1631},{"style":71},[1632],{"type":20,"value":311},{"type":14,"tag":52,"props":1634,"children":1636},{"class":54,"line":1635},14,[1637],{"type":14,"tag":52,"props":1638,"children":1639},{"emptyLinePlaceholder":200},[1640],{"type":20,"value":203},{"type":14,"tag":52,"props":1642,"children":1644},{"class":54,"line":1643},15,[1645,1650,1655,1659,1663,1668],{"type":14,"tag":52,"props":1646,"children":1647},{"style":59},[1648],{"type":20,"value":1649},"void",{"type":14,"tag":52,"props":1651,"children":1652},{"style":65},[1653],{"type":20,"value":1654}," OnKeywordChanged",{"type":14,"tag":52,"props":1656,"children":1657},{"style":71},[1658],{"type":20,"value":869},{"type":14,"tag":52,"props":1660,"children":1661},{"style":59},[1662],{"type":20,"value":1477},{"type":14,"tag":52,"props":1664,"children":1665},{"style":65},[1666],{"type":20,"value":1667}," newKeyword",{"type":14,"tag":52,"props":1669,"children":1670},{"style":71},[1671],{"type":20,"value":274},{"type":14,"tag":52,"props":1673,"children":1675},{"class":54,"line":1674},16,[1676],{"type":14,"tag":52,"props":1677,"children":1678},{"style":71},[1679],{"type":20,"value":283},{"type":14,"tag":52,"props":1681,"children":1683},{"class":54,"line":1682},17,[1684],{"type":14,"tag":52,"props":1685,"children":1686},{"style":210},[1687],{"type":20,"value":1688},"    // Clear highlights from previous session\n",{"type":14,"tag":52,"props":1690,"children":1692},{"class":54,"line":1691},18,[1693,1698,1703,1707,1711],{"type":14,"tag":52,"props":1694,"children":1695},{"style":71},[1696],{"type":20,"value":1697},"    searchSession",{"type":14,"tag":52,"props":1699,"children":1700},{"style":59},[1701],{"type":20,"value":1702},"?",{"type":14,"tag":52,"props":1704,"children":1705},{"style":71},[1706],{"type":20,"value":74},{"type":14,"tag":52,"props":1708,"children":1709},{"style":65},[1710],{"type":20,"value":1403},{"type":14,"tag":52,"props":1712,"children":1713},{"style":71},[1714],{"type":20,"value":193},{"type":14,"tag":52,"props":1716,"children":1718},{"class":54,"line":1717},19,[1719,1724,1728,1732],{"type":14,"tag":52,"props":1720,"children":1721},{"style":71},[1722],{"type":20,"value":1723},"    searchSession ",{"type":14,"tag":52,"props":1725,"children":1726},{"style":59},[1727],{"type":20,"value":297},{"type":14,"tag":52,"props":1729,"children":1730},{"style":266},[1731],{"type":20,"value":269},{"type":14,"tag":52,"props":1733,"children":1734},{"style":71},[1735],{"type":20,"value":93},{"type":14,"tag":52,"props":1737,"children":1739},{"class":54,"line":1738},20,[1740],{"type":14,"tag":52,"props":1741,"children":1742},{"style":71},[1743],{"type":20,"value":311},{"type":14,"tag":52,"props":1745,"children":1747},{"class":54,"line":1746},21,[1748],{"type":14,"tag":52,"props":1749,"children":1750},{"emptyLinePlaceholder":200},[1751],{"type":20,"value":203},{"type":14,"tag":52,"props":1753,"children":1755},{"class":54,"line":1754},22,[1756,1760,1765,1769,1773,1777],{"type":14,"tag":52,"props":1757,"children":1758},{"style":59},[1759],{"type":20,"value":1649},{"type":14,"tag":52,"props":1761,"children":1762},{"style":65},[1763],{"type":20,"value":1764}," FindNext",{"type":14,"tag":52,"props":1766,"children":1767},{"style":71},[1768],{"type":20,"value":869},{"type":14,"tag":52,"props":1770,"children":1771},{"style":59},[1772],{"type":20,"value":1477},{"type":14,"tag":52,"props":1774,"children":1775},{"style":65},[1776],{"type":20,"value":1482},{"type":14,"tag":52,"props":1778,"children":1779},{"style":71},[1780],{"type":20,"value":274},{"type":14,"tag":52,"props":1782,"children":1784},{"class":54,"line":1783},23,[1785],{"type":14,"tag":52,"props":1786,"children":1787},{"style":71},[1788],{"type":20,"value":283},{"type":14,"tag":52,"props":1790,"children":1792},{"class":54,"line":1791},24,[1793,1798,1802,1806,1810,1815,1819],{"type":14,"tag":52,"props":1794,"children":1795},{"style":59},[1796],{"type":20,"value":1797},"    var",{"type":14,"tag":52,"props":1799,"children":1800},{"style":65},[1801],{"type":20,"value":226},{"type":14,"tag":52,"props":1803,"children":1804},{"style":59},[1805],{"type":20,"value":148},{"type":14,"tag":52,"props":1807,"children":1808},{"style":65},[1809],{"type":20,"value":1468},{"type":14,"tag":52,"props":1811,"children":1812},{"style":71},[1813],{"type":20,"value":1814},"(keyword).",{"type":14,"tag":52,"props":1816,"children":1817},{"style":65},[1818],{"type":20,"value":240},{"type":14,"tag":52,"props":1820,"children":1821},{"style":71},[1822],{"type":20,"value":193},{"type":14,"tag":52,"props":1824,"children":1826},{"class":54,"line":1825},25,[1827,1831,1835,1839,1843],{"type":14,"tag":52,"props":1828,"children":1829},{"style":59},[1830],{"type":20,"value":1501},{"type":14,"tag":52,"props":1832,"children":1833},{"style":71},[1834],{"type":20,"value":258},{"type":14,"tag":52,"props":1836,"children":1837},{"style":59},[1838],{"type":20,"value":263},{"type":14,"tag":52,"props":1840,"children":1841},{"style":266},[1842],{"type":20,"value":269},{"type":14,"tag":52,"props":1844,"children":1845},{"style":71},[1846],{"type":20,"value":274},{"type":14,"tag":52,"props":1848,"children":1850},{"class":54,"line":1849},26,[1851,1856,1860],{"type":14,"tag":52,"props":1852,"children":1853},{"style":71},[1854],{"type":20,"value":1855},"        match.Cell.Worksheet.SelectionRange ",{"type":14,"tag":52,"props":1857,"children":1858},{"style":59},[1859],{"type":20,"value":297},{"type":14,"tag":52,"props":1861,"children":1862},{"style":71},[1863],{"type":20,"value":302},{"type":14,"tag":52,"props":1865,"children":1867},{"class":54,"line":1866},27,[1868],{"type":14,"tag":52,"props":1869,"children":1870},{"style":71},[1871],{"type":20,"value":311},{"type":14,"tag":52,"props":1873,"children":1875},{"class":54,"line":1874},28,[1876],{"type":14,"tag":52,"props":1877,"children":1878},{"emptyLinePlaceholder":200},[1879],{"type":20,"value":203},{"type":14,"tag":52,"props":1881,"children":1883},{"class":54,"line":1882},29,[1884,1888,1893,1897,1901,1905],{"type":14,"tag":52,"props":1885,"children":1886},{"style":59},[1887],{"type":20,"value":1649},{"type":14,"tag":52,"props":1889,"children":1890},{"style":65},[1891],{"type":20,"value":1892}," FindPrevious",{"type":14,"tag":52,"props":1894,"children":1895},{"style":71},[1896],{"type":20,"value":869},{"type":14,"tag":52,"props":1898,"children":1899},{"style":59},[1900],{"type":20,"value":1477},{"type":14,"tag":52,"props":1902,"children":1903},{"style":65},[1904],{"type":20,"value":1482},{"type":14,"tag":52,"props":1906,"children":1907},{"style":71},[1908],{"type":20,"value":274},{"type":14,"tag":52,"props":1910,"children":1912},{"class":54,"line":1911},30,[1913],{"type":14,"tag":52,"props":1914,"children":1915},{"style":71},[1916],{"type":20,"value":283},{"type":14,"tag":52,"props":1918,"children":1920},{"class":54,"line":1919},31,[1921,1925,1929,1933,1937,1941,1945],{"type":14,"tag":52,"props":1922,"children":1923},{"style":59},[1924],{"type":20,"value":1797},{"type":14,"tag":52,"props":1926,"children":1927},{"style":65},[1928],{"type":20,"value":226},{"type":14,"tag":52,"props":1930,"children":1931},{"style":59},[1932],{"type":20,"value":148},{"type":14,"tag":52,"props":1934,"children":1935},{"style":65},[1936],{"type":20,"value":1468},{"type":14,"tag":52,"props":1938,"children":1939},{"style":71},[1940],{"type":20,"value":1814},{"type":14,"tag":52,"props":1942,"children":1943},{"style":65},[1944],{"type":20,"value":720},{"type":14,"tag":52,"props":1946,"children":1947},{"style":71},[1948],{"type":20,"value":193},{"type":14,"tag":52,"props":1950,"children":1952},{"class":54,"line":1951},32,[1953,1957,1961,1965,1969],{"type":14,"tag":52,"props":1954,"children":1955},{"style":59},[1956],{"type":20,"value":1501},{"type":14,"tag":52,"props":1958,"children":1959},{"style":71},[1960],{"type":20,"value":258},{"type":14,"tag":52,"props":1962,"children":1963},{"style":59},[1964],{"type":20,"value":263},{"type":14,"tag":52,"props":1966,"children":1967},{"style":266},[1968],{"type":20,"value":269},{"type":14,"tag":52,"props":1970,"children":1971},{"style":71},[1972],{"type":20,"value":274},{"type":14,"tag":52,"props":1974,"children":1976},{"class":54,"line":1975},33,[1977,1981,1985],{"type":14,"tag":52,"props":1978,"children":1979},{"style":71},[1980],{"type":20,"value":1855},{"type":14,"tag":52,"props":1982,"children":1983},{"style":59},[1984],{"type":20,"value":297},{"type":14,"tag":52,"props":1986,"children":1987},{"style":71},[1988],{"type":20,"value":302},{"type":14,"tag":52,"props":1990,"children":1992},{"class":54,"line":1991},34,[1993],{"type":14,"tag":52,"props":1994,"children":1995},{"style":71},[1996],{"type":20,"value":311},{"type":14,"tag":52,"props":1998,"children":2000},{"class":54,"line":1999},35,[2001],{"type":14,"tag":52,"props":2002,"children":2003},{"emptyLinePlaceholder":200},[2004],{"type":20,"value":203},{"type":14,"tag":52,"props":2006,"children":2008},{"class":54,"line":2007},36,[2009,2014,2018,2022,2027,2032,2036,2040,2044],{"type":14,"tag":52,"props":2010,"children":2011},{"style":65},[2012],{"type":20,"value":2013},"IEnumerable",{"type":14,"tag":52,"props":2015,"children":2016},{"style":71},[2017],{"type":20,"value":519},{"type":14,"tag":52,"props":2019,"children":2020},{"style":65},[2021],{"type":20,"value":1091},{"type":14,"tag":52,"props":2023,"children":2024},{"style":71},[2025],{"type":20,"value":2026},"> ",{"type":14,"tag":52,"props":2028,"children":2029},{"style":65},[2030],{"type":20,"value":2031},"FindAll",{"type":14,"tag":52,"props":2033,"children":2034},{"style":71},[2035],{"type":20,"value":869},{"type":14,"tag":52,"props":2037,"children":2038},{"style":59},[2039],{"type":20,"value":1477},{"type":14,"tag":52,"props":2041,"children":2042},{"style":65},[2043],{"type":20,"value":1482},{"type":14,"tag":52,"props":2045,"children":2046},{"style":71},[2047],{"type":20,"value":274},{"type":14,"tag":52,"props":2049,"children":2051},{"class":54,"line":2050},37,[2052],{"type":14,"tag":52,"props":2053,"children":2054},{"style":71},[2055],{"type":20,"value":283},{"type":14,"tag":52,"props":2057,"children":2059},{"class":54,"line":2058},38,[2060,2064,2068],{"type":14,"tag":52,"props":2061,"children":2062},{"style":59},[2063],{"type":20,"value":1619},{"type":14,"tag":52,"props":2065,"children":2066},{"style":65},[2067],{"type":20,"value":1468},{"type":14,"tag":52,"props":2069,"children":2070},{"style":71},[2071],{"type":20,"value":2072},"(keyword).Matches;\n",{"type":14,"tag":52,"props":2074,"children":2076},{"class":54,"line":2075},39,[2077],{"type":14,"tag":52,"props":2078,"children":2079},{"style":71},[2080],{"type":20,"value":311},{"type":14,"tag":15,"props":2082,"children":2084},{"id":2083},"apiリファレンス",[2085],{"type":20,"value":2086},"APIリファレンス",{"type":14,"tag":100,"props":2088,"children":2090},{"id":2089},"textsearchsession",[2091],{"type":20,"value":113},{"type":14,"tag":1095,"props":2093,"children":2094},{},[2095,2110],{"type":14,"tag":1099,"props":2096,"children":2097},{},[2098],{"type":14,"tag":1103,"props":2099,"children":2100},{},[2101,2106],{"type":14,"tag":1107,"props":2102,"children":2103},{},[2104],{"type":20,"value":2105},"メンバー",{"type":14,"tag":1107,"props":2107,"children":2108},{},[2109],{"type":20,"value":1121},{"type":14,"tag":1123,"props":2111,"children":2112},{},[2113,2130,2147,2164,2181,2203,2225,2242,2259,2283,2300],{"type":14,"tag":1103,"props":2114,"children":2115},{},[2116,2125],{"type":14,"tag":1130,"props":2117,"children":2118},{},[2119],{"type":14,"tag":33,"props":2120,"children":2122},{"className":2121},[],[2123],{"type":20,"value":2124},"TextSearchSession(IWorkbook, string, Worksheet?)",{"type":14,"tag":1130,"props":2126,"children":2127},{},[2128],{"type":20,"value":2129},"ワークブック内のすべてのワークシートを検索",{"type":14,"tag":1103,"props":2131,"children":2132},{},[2133,2142],{"type":14,"tag":1130,"props":2134,"children":2135},{},[2136],{"type":14,"tag":33,"props":2137,"children":2139},{"className":2138},[],[2140],{"type":20,"value":2141},"TextSearchSession(IEnumerable\u003CWorksheet>, string, Worksheet?)",{"type":14,"tag":1130,"props":2143,"children":2144},{},[2145],{"type":20,"value":2146},"指定されたワークシートを検索",{"type":14,"tag":1103,"props":2148,"children":2149},{},[2150,2159],{"type":14,"tag":1130,"props":2151,"children":2152},{},[2153],{"type":14,"tag":33,"props":2154,"children":2156},{"className":2155},[],[2157],{"type":20,"value":2158},"TextSearchSession(Worksheet, string)",{"type":14,"tag":1130,"props":2160,"children":2161},{},[2162],{"type":20,"value":2163},"単一のワークシートを検索",{"type":14,"tag":1103,"props":2165,"children":2166},{},[2167,2176],{"type":14,"tag":1130,"props":2168,"children":2169},{},[2170],{"type":14,"tag":33,"props":2171,"children":2173},{"className":2172},[],[2174],{"type":20,"value":2175},"void Search()",{"type":14,"tag":1130,"props":2177,"children":2178},{},[2179],{"type":20,"value":2180},"検索を実行。結果をナビゲートする前に呼び出す必要があります",{"type":14,"tag":1103,"props":2182,"children":2183},{},[2184,2193],{"type":14,"tag":1130,"props":2185,"children":2186},{},[2187],{"type":14,"tag":33,"props":2188,"children":2190},{"className":2189},[],[2191],{"type":20,"value":2192},"ITextSearchMatch NextMatch()",{"type":14,"tag":1130,"props":2194,"children":2195},{},[2196,2198],{"type":20,"value":2197},"次の一致を返します。ない場合は ",{"type":14,"tag":33,"props":2199,"children":2201},{"className":2200},[],[2202],{"type":20,"value":637},{"type":14,"tag":1103,"props":2204,"children":2205},{},[2206,2215],{"type":14,"tag":1130,"props":2207,"children":2208},{},[2209],{"type":14,"tag":33,"props":2210,"children":2212},{"className":2211},[],[2213],{"type":20,"value":2214},"ITextSearchMatch PreviousMatch()",{"type":14,"tag":1130,"props":2216,"children":2217},{},[2218,2220],{"type":20,"value":2219},"前の一致を返します。ない場合は ",{"type":14,"tag":33,"props":2221,"children":2223},{"className":2222},[],[2224],{"type":20,"value":637},{"type":14,"tag":1103,"props":2226,"children":2227},{},[2228,2237],{"type":14,"tag":1130,"props":2229,"children":2230},{},[2231],{"type":14,"tag":33,"props":2232,"children":2234},{"className":2233},[],[2235],{"type":20,"value":2236},"IEnumerable\u003CITextSearchMatch> Matches",{"type":14,"tag":1130,"props":2238,"children":2239},{},[2240],{"type":20,"value":2241},"すべての一致結果",{"type":14,"tag":1103,"props":2243,"children":2244},{},[2245,2254],{"type":14,"tag":1130,"props":2246,"children":2247},{},[2248],{"type":14,"tag":33,"props":2249,"children":2251},{"className":2250},[],[2252],{"type":20,"value":2253},"ITextSearchMatch CurrentMatch",{"type":14,"tag":1130,"props":2255,"children":2256},{},[2257],{"type":20,"value":2258},"現在の一致位置を取得または設定",{"type":14,"tag":1103,"props":2260,"children":2261},{},[2262,2271],{"type":14,"tag":1130,"props":2263,"children":2264},{},[2265],{"type":14,"tag":33,"props":2266,"children":2268},{"className":2267},[],[2269],{"type":20,"value":2270},"bool LoopSearch",{"type":14,"tag":1130,"props":2272,"children":2273},{},[2274,2276,2281],{"type":20,"value":2275},"終端に達したときにラップアラウンドするかどうか（デフォルト：",{"type":14,"tag":33,"props":2277,"children":2279},{"className":2278},[],[2280],{"type":20,"value":748},{"type":20,"value":2282},"）",{"type":14,"tag":1103,"props":2284,"children":2285},{},[2286,2295],{"type":14,"tag":1130,"props":2287,"children":2288},{},[2289],{"type":14,"tag":33,"props":2290,"children":2292},{"className":2291},[],[2293],{"type":20,"value":2294},"string Text",{"type":14,"tag":1130,"props":2296,"children":2297},{},[2298],{"type":20,"value":2299},"検索キーワード",{"type":14,"tag":1103,"props":2301,"children":2302},{},[2303,2312],{"type":14,"tag":1130,"props":2304,"children":2305},{},[2306],{"type":14,"tag":33,"props":2307,"children":2309},{"className":2308},[],[2310],{"type":20,"value":2311},"List\u003CWorksheet> Worksheets",{"type":14,"tag":1130,"props":2313,"children":2314},{},[2315],{"type":20,"value":2316},"検索対象のワークシート",{"type":14,"tag":100,"props":2318,"children":2320},{"id":2319},"highlighttextsearchsession",[2321],{"type":20,"value":1189},{"type":14,"tag":22,"props":2323,"children":2324},{},[2325,2330],{"type":14,"tag":33,"props":2326,"children":2328},{"className":2327},[],[2329],{"type":20,"value":113},{"type":20,"value":2331}," を拡張し、セルのハイライト機能を追加します。",{"type":14,"tag":1095,"props":2333,"children":2334},{},[2335,2349],{"type":14,"tag":1099,"props":2336,"children":2337},{},[2338],{"type":14,"tag":1103,"props":2339,"children":2340},{},[2341,2345],{"type":14,"tag":1107,"props":2342,"children":2343},{},[2344],{"type":20,"value":2105},{"type":14,"tag":1107,"props":2346,"children":2347},{},[2348],{"type":20,"value":1121},{"type":14,"tag":1123,"props":2350,"children":2351},{},[2352,2369],{"type":14,"tag":1103,"props":2353,"children":2354},{},[2355,2364],{"type":14,"tag":1130,"props":2356,"children":2357},{},[2358],{"type":14,"tag":33,"props":2359,"children":2361},{"className":2360},[],[2362],{"type":20,"value":2363},"void MarkAllResultHighlight(SolidColor color)",{"type":14,"tag":1130,"props":2365,"children":2366},{},[2367],{"type":20,"value":2368},"指定した色で一致するすべてのセルをハイライト",{"type":14,"tag":1103,"props":2370,"children":2371},{},[2372,2381],{"type":14,"tag":1130,"props":2373,"children":2374},{},[2375],{"type":14,"tag":33,"props":2376,"children":2378},{"className":2377},[],[2379],{"type":20,"value":2380},"void UnmarkAllResultHighlight()",{"type":14,"tag":1130,"props":2382,"children":2383},{},[2384],{"type":20,"value":2385},"すべてのハイライトを削除",{"type":14,"tag":2387,"props":2388,"children":2389},"style",{},[2390],{"type":20,"value":2391},"html .light .shiki span {color: var(--shiki-light);background: var(--shiki-light-bg);font-style: var(--shiki-light-font-style);font-weight: var(--shiki-light-font-weight);text-decoration: var(--shiki-light-text-decoration);}html.light .shiki span {color: var(--shiki-light);background: var(--shiki-light-bg);font-style: var(--shiki-light-font-style);font-weight: var(--shiki-light-font-weight);text-decoration: var(--shiki-light-text-decoration);}html .dark .shiki span {color: var(--shiki-dark);background: var(--shiki-dark-bg);font-style: var(--shiki-dark-font-style);font-weight: var(--shiki-dark-font-weight);text-decoration: var(--shiki-dark-text-decoration);}html.dark .shiki span {color: var(--shiki-dark);background: var(--shiki-dark-bg);font-style: var(--shiki-dark-font-style);font-weight: var(--shiki-dark-font-weight);text-decoration: var(--shiki-dark-text-decoration);}html .default .shiki span {color: var(--shiki-default);background: var(--shiki-default-bg);font-style: var(--shiki-default-font-style);font-weight: var(--shiki-default-font-weight);text-decoration: var(--shiki-default-text-decoration);}html .shiki span {color: var(--shiki-default);background: var(--shiki-default-bg);font-style: var(--shiki-default-font-style);font-weight: var(--shiki-default-font-weight);text-decoration: var(--shiki-default-text-decoration);}",{"title":7,"searchDepth":177,"depth":177,"links":2393},[2394,2395,2400,2403,2404,2405,2406],{"id":17,"depth":177,"text":17},{"id":96,"depth":177,"text":96,"children":2396},[2397,2398,2399],{"id":102,"depth":196,"text":102},{"id":314,"depth":196,"text":314},{"id":475,"depth":196,"text":475},{"id":602,"depth":177,"text":602,"children":2401},[2402],{"id":727,"depth":196,"text":727},{"id":888,"depth":177,"text":888},{"id":1178,"depth":177,"text":1178},{"id":1410,"depth":177,"text":1413},{"id":2083,"depth":177,"text":2086,"children":2407},[2408,2409],{"id":2089,"depth":196,"text":113},{"id":2319,"depth":196,"text":1189},"markdown","content:document:4.selection:5.text-search.md","content","document/4.selection/5.text-search.md","document/4.selection/5.text-search","md",{"loc":4},[2418,2741,2744,2747,2750,2753,2756,2759,2762],{"title":2419,"_path":2420,"children":2421},"Document","/document",[2422,2433,2438,2470,2485,2514,2546,2566,2580,2603,2614,2630,2653,2664,2684,2704,2733],{"title":2423,"_path":2424,"children":2425},"はじめに","/document/getting-started",[2426,2427,2430],{"title":2423,"_path":2424},{"title":2428,"_path":2429},"インストール","/document/getting-started/installation",{"title":2431,"_path":2432},"V3 から V4 への移行ガイド","/document/getting-started/migrate-from-v3",{"title":2434,"_path":2435,"children":2436},"ワークブック","/document/workbook",[2437],{"title":2434,"_path":2435},{"title":2439,"_path":2440,"children":2441},"ワークシート","/document/worksheet",[2442,2443,2446,2449,2452,2455,2458,2461,2464,2467],{"title":2439,"_path":2440},{"title":2444,"_path":2445},"行、列、ヘッダー","/document/worksheet/row-and-column",{"title":2447,"_path":2448},"範囲","/document/worksheet/range",{"title":2450,"_path":2451},"名前付き範囲","/document/worksheet/named-range",{"title":2453,"_path":2454},"セルの結合と解除","/document/worksheet/merge-and-unmerge",{"title":2456,"_path":2457},"パーシャルグリッド","/document/worksheet/partial-grid",{"title":2459,"_path":2460},"複数行ヘッダー","/document/worksheet/multiple-row-header",{"title":2462,"_path":2463},"ウィンドウ枠の固定","/document/worksheet/freeze",{"title":2465,"_path":2466},"ズーム","/document/worksheet/zoom",{"title":2468,"_path":2469},"設定とオプション","/document/worksheet/settings",{"title":2471,"_path":2472,"children":2473},"選択とナビゲーション","/document/selection",[2474,2475,2478,2481,2484],{"title":2471,"_path":2472},{"title":2476,"_path":2477},"フォーカスと選択","/document/selection/selection",{"title":2479,"_path":2480},"範囲の選択","/document/selection/pick-range",{"title":2482,"_path":2483},"クリップボード","/document/selection/clipboard",{"title":8,"_path":4},{"title":2486,"_path":2487,"children":2488},"データ管理","/document/data",[2489,2490,2493,2496,2499,2502,2505,2508,2511],{"title":2486,"_path":2487},{"title":2491,"_path":2492},"データソース","/document/data/datasource",{"title":2494,"_path":2495},"データフィルタリング","/document/data/data-filtering",{"title":2497,"_path":2498},"組み込みオートフィルター","/document/data/builtin-autofilter",{"title":2500,"_path":2501},"条件付きフィルター","/document/data/conditional-filter",{"title":2503,"_path":2504},"条件付きスタイル","/document/data/conditional-styles",{"title":2506,"_path":2507},"グループとアウトライン","/document/data/group-and-outline",{"title":2509,"_path":2510},"データバリデーション","/document/data/data-validation",{"title":2512,"_path":2513},"保護とロック","/document/data/protection",{"title":2515,"_path":2516,"children":2517},"セル","/document/cell",[2518,2519,2522,2525,2528,2531,2534,2537,2540,2543],{"title":2515,"_path":2516},{"title":2520,"_path":2521},"セルの編集","/document/cell/cell-edit",{"title":2523,"_path":2524},"スタイル","/document/cell/style",{"title":2526,"_path":2527},"罫線","/document/cell/border",{"title":2529,"_path":2530},"データ書式","/document/cell/data-format",{"title":2532,"_path":2533},"カスタムデータフォーマッター","/document/cell/custom-data-formatter",{"title":2535,"_path":2536},"データ連続入力","/document/cell/auto-fill",{"title":2538,"_path":2539},"リッチフォーマットテキスト","/document/cell/rich-format-text",{"title":2541,"_path":2542},"セルテキストの回転","/document/cell/rotate-cell-text",{"title":2544,"_path":2545},"セルの反復処理","/document/cell/iterate-cells",{"title":2547,"_path":2548,"children":2549},"セルタイプ","/document/cell-types",[2550,2551,2554,2557,2560,2563],{"title":2547,"_path":2548},{"title":2552,"_path":2553},"組み込みセルタイプ","/document/cell-types/built-in-cell-types",{"title":2555,"_path":2556},"カスタムセル","/document/cell-types/custom-cell",{"title":2558,"_path":2559},"ドロップダウンリストセル","/document/cell-types/dropdown-list-cell",{"title":2561,"_path":2562},"コンボリストセル","/document/cell-types/combo-list-cell",{"title":2564,"_path":2565},"列全体のセルタイプ","/document/cell-types/cells-type-for-entire-column",{"title":2567,"_path":2568,"children":2569},"数式","/document/formula",[2570,2571,2574,2577],{"title":2567,"_path":2568},{"title":2572,"_path":2573},"カスタム関数","/document/formula/custom-function",{"title":2575,"_path":2576},"数式関数","/document/formula/formula-functions",{"title":2578,"_path":2579},"VLOOKUP","/document/formula/vlookup",{"title":2581,"_path":2582,"children":2583},"チャート","/document/chart",[2584,2585,2588,2591,2594,2597,2600],{"title":2581,"_path":2582},{"title":2586,"_path":2587},"縦棒グラフ","/document/chart/column-chart",{"title":2589,"_path":2590},"横棒グラフ","/document/chart/bar-chart",{"title":2592,"_path":2593},"折れ線グラフ","/document/chart/line-chart",{"title":2595,"_path":2596},"面グラフ","/document/chart/area-chart",{"title":2598,"_path":2599},"2D円グラフ","/document/chart/pie-2d-chart",{"title":2601,"_path":2602},"ドーナツグラフ","/document/chart/doughnut-chart",{"title":2604,"_path":2605,"children":2606},"フローティングオブジェクト","/document/floating",[2607,2608,2611],{"title":2604,"_path":2605},{"title":2609,"_path":2610},"描画シェイプ","/document/floating/drawing-shapes",{"title":2612,"_path":2613},"フローティング画像","/document/floating/floating-image",{"title":2615,"_path":2616,"children":2617},"イベント","/document/events",[2618,2619,2621,2624,2627],{"title":2615,"_path":2616},{"title":2615,"_path":2620},"/document/events/events",{"title":2622,"_path":2623},"キーボードイベント","/document/events/keyboard-events",{"title":2625,"_path":2626},"マウスイベント","/document/events/mouse-events",{"title":2628,"_path":2629},"SelectionRangeChanged","/document/events/selection-events",{"title":2631,"_path":2632,"children":2633},"カスタマイズ","/document/customization",[2634,2635,2638,2641,2644,2647,2650],{"title":2631,"_path":2632},{"title":2636,"_path":2637},"コントロールの外観","/document/customization/control-appearance",{"title":2639,"_path":2640},"シートタブコントロール","/document/customization/sheet-tab-control",{"title":2642,"_path":2643},"使用可能なホットキー","/document/customization/hot-keys",{"title":2645,"_path":2646},"言語ローカライズ","/document/customization/language-localization",{"title":2648,"_path":2649},"アドレスバーと数式バー","/document/customization/formula-bar",{"title":2651,"_path":2652},"ReoGridEditor","/document/customization/editor",{"title":2654,"_path":2655,"children":2656},"アクション","/document/actions",[2657,2658,2661],{"title":2654,"_path":2655},{"title":2659,"_path":2660},"ReoGridアクションフレームワーク","/document/actions/actions",{"title":2662,"_path":2663},"組み込みワークシートアクション","/document/actions/built-in-actions",{"title":2665,"_path":2666,"children":2667},"ファイル形式","/document/io",[2668,2669,2672,2675,2678,2681],{"title":2665,"_path":2666},{"title":2670,"_path":2671},"Excelファイル形式 (xlsx)","/document/io/excel-file-format",{"title":2673,"_path":2674},"CSV形式","/document/io/csv-format",{"title":2676,"_path":2677},"RGF形式","/document/io/rgf-format",{"title":2679,"_path":2680},"Excel形式とRGF形式の違い","/document/io/difference-between-excel-and-rgf-format",{"title":2682,"_path":2683},"HTMLとしてエクスポート","/document/io/export-as-html",{"title":2685,"_path":2686,"children":2687},"高度な機能","/document/advanced",[2688,2689,2692,2695,2698,2701],{"title":2685,"_path":2686},{"title":2690,"_path":2691},"メモリワークブック","/document/advanced/memory-workbook",{"title":2693,"_path":2694},"ページングと印刷","/document/advanced/paging-and-print",{"title":2696,"_path":2697},"コントロールのリセット","/document/advanced/reset-control",{"title":2699,"_path":2700},"パフォーマンス","/document/advanced/performance",{"title":2702,"_path":2703},"設定","/document/advanced/settings",{"title":2705,"_path":2706,"children":2707},"ハウツーガイド","/document/how-to",[2708,2709,2712,2715,2718,2721,2724,2727,2730],{"title":2705,"_path":2706},{"title":2710,"_path":2711},"ReoGridの推奨プラクティス","/document/how-to/recommended-practice-for-using-reogrid",{"title":2713,"_path":2714},"DataTableでスプレッドシートを埋める","/document/how-to/fill-grid-with-datatable",{"title":2716,"_path":2717},"遅延読み込みモードによる大量データの高速読み込み","/document/how-to/fast-load-large-data-with-lazy-load-mode",{"title":2719,"_path":2720},"カスタムドロップダウンセルの作成","/document/how-to/create-custom-drop-down-cell",{"title":2722,"_path":2723},"日付ピッカーセルの作成","/document/how-to/create-date-picker-cell",{"title":2725,"_path":2726},"Excelファイルからすべての画像を読み取る","/document/how-to/read-all-images-from-excel-file",{"title":2728,"_path":2729},"VB.NETでReoGridを使用するためのヒント","/document/how-to/use-reogrid-in-vb-net",{"title":2731,"_path":2732},"全選択チェックボックスヘッダーの作成","/document/how-to/create-select-all-checkbox-header",{"title":2734,"_path":2735,"children":2736},"トラブルシューティング","/document/troubleshooting",[2737,2738],{"title":2734,"_path":2735},{"title":2739,"_path":2740},"PInvoke例外の修正","/document/troubleshooting/fix-pinvoke-exception",{"title":2742,"_path":2743},"エディション・機能一覧","/editions-features",{"title":2745,"_path":2746},"個人情報保護方針","/privacy-policy",{"title":2748,"_path":2749},"動作環境","/requirements",{"title":2751,"_path":2752},"ReoGrid利用許諾契約書","/terms",{"title":2754,"_path":2755},"ReoGrid利用許諾契約書(Ver.3)","/terms-v3",{"title":2757,"_path":2758},"ReoGrid利用許諾契約書(Ver.4)","/terms-v4",{"title":2760,"_path":2761},"ReoGrid 4 トライアルライセンスポリシー","/terms-v4-trial",{"title":2763,"_path":2764},"ReoGrid Web Edition 利用許諾契約書","/terms-web",1786025087909]