[{"data":1,"prerenderedAt":1138},["ShallowReactive",2],{"content-query-ATEXWDxpyP":3,"navigation":790},{"_path":4,"_dir":5,"_draft":6,"_partial":6,"_locale":7,"title":8,"description":7,"date":9,"body":10,"_type":783,"_id":784,"_source":785,"_file":786,"_stem":787,"_extension":788,"sitemap":789},"/document/selection/clipboard","selection",false,"","クリップボード","2014-05-28",{"type":11,"children":12,"toc":774},"root",[13,21,36,41,47,57,62,71,76,124,129,173,178,203,208,221,258,263,282,353,358,379,384,417,435,506,511,516,583,588,646,651,674,679,698,768],{"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},"ul",{},[25,31],{"type":14,"tag":26,"props":27,"children":28},"li",{},[29],{"type":20,"value":30},"ReoGridと他のスプレッドシートアプリケーション間でタブ区切りのプレーンテキストをコピーできます",{"type":14,"tag":26,"props":32,"children":33},{},[34],{"type":20,"value":35},"2つのReoGridワークシート間で、データ、スタイル、罫線を含むワークシートの内容をコピーできます",{"type":14,"tag":15,"props":37,"children":39},{"id":38},"タブ区切りプレーンテキスト",[40],{"type":20,"value":38},{"type":14,"tag":42,"props":43,"children":44},"p",{},[45],{"type":20,"value":46},"タブ区切りプレーンテキストは、スプレッドシートアプリケーション間でデータを転送するために使用される一般的な形式です。Excelはこの形式を使用して、データをプレーンテキストとしてクリップボードに配置します：",{"type":14,"tag":48,"props":49,"children":51},"pre",{"code":50},"A1 \\\\t B1 \\\\t C1 \\\\n\nA2 \\\\t B2 \\\\t C2 \\\\n\nA3 \\\\t B3 \\\\t C3 \\\\n\n",[52],{"type":14,"tag":53,"props":54,"children":55},"code",{"__ignoreMap":7},[56],{"type":20,"value":50},{"type":14,"tag":42,"props":58,"children":59},{},[60],{"type":20,"value":61},"Excelからメモ帳にデータをコピーします。",{"type":14,"tag":42,"props":63,"children":64},{},[65],{"type":14,"tag":66,"props":67,"children":70},"img",{"alt":68,"src":69},"Clipboard","/document/images/4.png",[],{"type":14,"tag":42,"props":72,"children":73},{},[74],{"type":20,"value":75},"クリップボードからタブ区切りプレーンテキストを取得します：",{"type":14,"tag":48,"props":77,"children":81},{"code":78,"language":79,"meta":7,"className":80,"style":7},"string text = Clipboard.GetText();\n","cs","language-cs shiki shiki-themes github-light github-dark github-light",[82],{"type":14,"tag":53,"props":83,"children":84},{"__ignoreMap":7},[85],{"type":14,"tag":86,"props":87,"children":90},"span",{"class":88,"line":89},"line",1,[91,97,103,108,114,119],{"type":14,"tag":86,"props":92,"children":94},{"style":93},"--shiki-light:#D73A49;--shiki-dark:#F97583;--shiki-default:#D73A49",[95],{"type":20,"value":96},"string",{"type":14,"tag":86,"props":98,"children":100},{"style":99},"--shiki-light:#6F42C1;--shiki-dark:#B392F0;--shiki-default:#6F42C1",[101],{"type":20,"value":102}," text",{"type":14,"tag":86,"props":104,"children":105},{"style":93},[106],{"type":20,"value":107}," =",{"type":14,"tag":86,"props":109,"children":111},{"style":110},"--shiki-light:#24292E;--shiki-dark:#E1E4E8;--shiki-default:#24292E",[112],{"type":20,"value":113}," Clipboard.",{"type":14,"tag":86,"props":115,"children":116},{"style":99},[117],{"type":20,"value":118},"GetText",{"type":14,"tag":86,"props":120,"children":121},{"style":110},[122],{"type":20,"value":123},"();\n",{"type":14,"tag":42,"props":125,"children":126},{},[127],{"type":20,"value":128},"ReoGridは、タブ区切り形式をオブジェクト配列に解析するためのメソッドを提供しています：",{"type":14,"tag":48,"props":130,"children":132},{"code":131,"language":79,"meta":7,"className":80,"style":7},"object[,] data = RGUtility.ParseTabbedString(text);\n",[133],{"type":14,"tag":53,"props":134,"children":135},{"__ignoreMap":7},[136],{"type":14,"tag":86,"props":137,"children":138},{"class":88,"line":89},[139,144,149,154,158,163,168],{"type":14,"tag":86,"props":140,"children":141},{"style":93},[142],{"type":20,"value":143},"object",{"type":14,"tag":86,"props":145,"children":146},{"style":110},[147],{"type":20,"value":148},"[,] ",{"type":14,"tag":86,"props":150,"children":151},{"style":99},[152],{"type":20,"value":153},"data",{"type":14,"tag":86,"props":155,"children":156},{"style":93},[157],{"type":20,"value":107},{"type":14,"tag":86,"props":159,"children":160},{"style":110},[161],{"type":20,"value":162}," RGUtility.",{"type":14,"tag":86,"props":164,"children":165},{"style":99},[166],{"type":20,"value":167},"ParseTabbedString",{"type":14,"tag":86,"props":169,"children":170},{"style":110},[171],{"type":20,"value":172},"(text);\n",{"type":14,"tag":42,"props":174,"children":175},{},[176],{"type":20,"value":177},"次に、このオブジェクト配列をワークシートに設定します：",{"type":14,"tag":48,"props":179,"children":181},{"code":180,"language":79,"meta":7,"className":80,"style":7},"worksheet.SetRangeData(sheet.SelectionRange, data);\n",[182],{"type":14,"tag":53,"props":183,"children":184},{"__ignoreMap":7},[185],{"type":14,"tag":86,"props":186,"children":187},{"class":88,"line":89},[188,193,198],{"type":14,"tag":86,"props":189,"children":190},{"style":110},[191],{"type":20,"value":192},"worksheet.",{"type":14,"tag":86,"props":194,"children":195},{"style":99},[196],{"type":20,"value":197},"SetRangeData",{"type":14,"tag":86,"props":199,"children":200},{"style":110},[201],{"type":20,"value":202},"(sheet.SelectionRange, data);\n",{"type":14,"tag":15,"props":204,"children":206},{"id":205},"範囲データをタブ区切り文字列に変換",[207],{"type":20,"value":205},{"type":14,"tag":42,"props":209,"children":210},{},[211,213,219],{"type":20,"value":212},"ワークシートの ",{"type":14,"tag":53,"props":214,"children":216},{"className":215},[],[217],{"type":20,"value":218},"StringifyRange",{"type":20,"value":220}," メソッドを使用して、選択された範囲をタブ区切り文字列に変換します。",{"type":14,"tag":48,"props":222,"children":224},{"code":223,"language":79,"meta":7,"className":80,"style":7},"string tabbedStr = worksheet.StringifyRange(worksheet.SelectionRange);\n",[225],{"type":14,"tag":53,"props":226,"children":227},{"__ignoreMap":7},[228],{"type":14,"tag":86,"props":229,"children":230},{"class":88,"line":89},[231,235,240,244,249,253],{"type":14,"tag":86,"props":232,"children":233},{"style":93},[234],{"type":20,"value":96},{"type":14,"tag":86,"props":236,"children":237},{"style":99},[238],{"type":20,"value":239}," tabbedStr",{"type":14,"tag":86,"props":241,"children":242},{"style":93},[243],{"type":20,"value":107},{"type":14,"tag":86,"props":245,"children":246},{"style":110},[247],{"type":20,"value":248}," worksheet.",{"type":14,"tag":86,"props":250,"children":251},{"style":99},[252],{"type":20,"value":218},{"type":14,"tag":86,"props":254,"children":255},{"style":110},[256],{"type":20,"value":257},"(worksheet.SelectionRange);\n",{"type":14,"tag":15,"props":259,"children":261},{"id":260},"タブ区切り文字列から手動で貼り付け",[262],{"type":20,"value":260},{"type":14,"tag":42,"props":264,"children":265},{},[266,272,274,280],{"type":14,"tag":53,"props":267,"children":269},{"className":268},[],[270],{"type":20,"value":271},"PasteFromString",{"type":20,"value":273}," メソッドを使用して、クリップボードのタブ区切り文字列をワークシートに貼り付けます。戻り値の ",{"type":14,"tag":53,"props":275,"children":277},{"className":276},[],[278],{"type":20,"value":279},"appliedRange",{"type":20,"value":281}," は、影響を受けた最終的な範囲です。",{"type":14,"tag":48,"props":283,"children":285},{"code":284,"language":79,"meta":7,"className":80,"style":7},"var appliedRange = worksheet.PasteFromString(new CellPosition(\"A1\"), Clipboard.GetText());\n",[286],{"type":14,"tag":53,"props":287,"children":288},{"__ignoreMap":7},[289],{"type":14,"tag":86,"props":290,"children":291},{"class":88,"line":89},[292,297,302,306,310,314,319,324,329,333,339,344,348],{"type":14,"tag":86,"props":293,"children":294},{"style":93},[295],{"type":20,"value":296},"var",{"type":14,"tag":86,"props":298,"children":299},{"style":99},[300],{"type":20,"value":301}," appliedRange",{"type":14,"tag":86,"props":303,"children":304},{"style":93},[305],{"type":20,"value":107},{"type":14,"tag":86,"props":307,"children":308},{"style":110},[309],{"type":20,"value":248},{"type":14,"tag":86,"props":311,"children":312},{"style":99},[313],{"type":20,"value":271},{"type":14,"tag":86,"props":315,"children":316},{"style":110},[317],{"type":20,"value":318},"(",{"type":14,"tag":86,"props":320,"children":321},{"style":93},[322],{"type":20,"value":323},"new",{"type":14,"tag":86,"props":325,"children":326},{"style":99},[327],{"type":20,"value":328}," CellPosition",{"type":14,"tag":86,"props":330,"children":331},{"style":110},[332],{"type":20,"value":318},{"type":14,"tag":86,"props":334,"children":336},{"style":335},"--shiki-light:#032F62;--shiki-dark:#9ECBFF;--shiki-default:#032F62",[337],{"type":20,"value":338},"\"A1\"",{"type":14,"tag":86,"props":340,"children":341},{"style":110},[342],{"type":20,"value":343},"), Clipboard.",{"type":14,"tag":86,"props":345,"children":346},{"style":99},[347],{"type":20,"value":118},{"type":14,"tag":86,"props":349,"children":350},{"style":110},[351],{"type":20,"value":352},"());\n",{"type":14,"tag":15,"props":354,"children":356},{"id":355},"組み込みクリップボード操作の防止",[357],{"type":20,"value":355},{"type":14,"tag":42,"props":359,"children":360},{},[361,363,369,371,377],{"type":20,"value":362},"ワークシートは、ユーザーからCtrl+C、Ctrl+V、またはCtrl+Xを受信すると、自動的にクリップボード操作を処理します。組み込み操作を防止するには、クリップボードイベントを処理して ",{"type":14,"tag":53,"props":364,"children":366},{"className":365},[],[367],{"type":20,"value":368},"IsCancelled",{"type":20,"value":370}," を ",{"type":14,"tag":53,"props":372,"children":374},{"className":373},[],[375],{"type":20,"value":376},"true",{"type":20,"value":378}," に設定します。",{"type":14,"tag":42,"props":380,"children":381},{},[382],{"type":20,"value":383},"クリップボード操作中のイベント：",{"type":14,"tag":22,"props":385,"children":386},{},[387,392,397,402,407,412],{"type":14,"tag":26,"props":388,"children":389},{},[390],{"type":20,"value":391},"BeforeCopy",{"type":14,"tag":26,"props":393,"children":394},{},[395],{"type":20,"value":396},"AfterCopy",{"type":14,"tag":26,"props":398,"children":399},{},[400],{"type":20,"value":401},"BeforePaste",{"type":14,"tag":26,"props":403,"children":404},{},[405],{"type":20,"value":406},"AfterPaste",{"type":14,"tag":26,"props":408,"children":409},{},[410],{"type":20,"value":411},"BeforeCut",{"type":14,"tag":26,"props":413,"children":414},{},[415],{"type":20,"value":416},"AfterCut",{"type":14,"tag":42,"props":418,"children":419},{},[420,426,428,433],{"type":14,"tag":53,"props":421,"children":423},{"className":422},[],[424],{"type":20,"value":425},"Before",{"type":20,"value":427}," プレフィックスが付いたすべてのイベントには、デフォルトのクリップボード操作を防止できる ",{"type":14,"tag":53,"props":429,"children":431},{"className":430},[],[432],{"type":20,"value":368},{"type":20,"value":434}," プロパティがあります。例：",{"type":14,"tag":48,"props":436,"children":438},{"code":437,"language":79,"meta":7,"className":80,"style":7},"worksheet.BeforePaste += (s, e) => e.IsCancelled = true;\n",[439],{"type":14,"tag":53,"props":440,"children":441},{"__ignoreMap":7},[442],{"type":14,"tag":86,"props":443,"children":444},{"class":88,"line":89},[445,450,455,460,465,470,475,480,485,490,495,501],{"type":14,"tag":86,"props":446,"children":447},{"style":110},[448],{"type":20,"value":449},"worksheet.BeforePaste ",{"type":14,"tag":86,"props":451,"children":452},{"style":93},[453],{"type":20,"value":454},"+=",{"type":14,"tag":86,"props":456,"children":457},{"style":110},[458],{"type":20,"value":459}," (",{"type":14,"tag":86,"props":461,"children":462},{"style":99},[463],{"type":20,"value":464},"s",{"type":14,"tag":86,"props":466,"children":467},{"style":110},[468],{"type":20,"value":469},", ",{"type":14,"tag":86,"props":471,"children":472},{"style":99},[473],{"type":20,"value":474},"e",{"type":14,"tag":86,"props":476,"children":477},{"style":110},[478],{"type":20,"value":479},") ",{"type":14,"tag":86,"props":481,"children":482},{"style":93},[483],{"type":20,"value":484},"=>",{"type":14,"tag":86,"props":486,"children":487},{"style":110},[488],{"type":20,"value":489}," e.IsCancelled ",{"type":14,"tag":86,"props":491,"children":492},{"style":93},[493],{"type":20,"value":494},"=",{"type":14,"tag":86,"props":496,"children":498},{"style":497},"--shiki-light:#005CC5;--shiki-dark:#79B8FF;--shiki-default:#005CC5",[499],{"type":20,"value":500}," true",{"type":14,"tag":86,"props":502,"children":503},{"style":110},[504],{"type":20,"value":505},";\n",{"type":14,"tag":15,"props":507,"children":509},{"id":508},"クリップボードメソッドの呼び出し",[510],{"type":20,"value":508},{"type":14,"tag":42,"props":512,"children":513},{},[514],{"type":20,"value":515},"クリップボード操作を実行できるかどうかを確認するメソッド：",{"type":14,"tag":517,"props":518,"children":519},"table",{},[520,539],{"type":14,"tag":521,"props":522,"children":523},"thead",{},[524],{"type":14,"tag":525,"props":526,"children":527},"tr",{},[528,534],{"type":14,"tag":529,"props":530,"children":531},"th",{},[532],{"type":20,"value":533},"メソッド",{"type":14,"tag":529,"props":535,"children":536},{},[537],{"type":20,"value":538},"説明",{"type":14,"tag":540,"props":541,"children":542},"tbody",{},[543,557,570],{"type":14,"tag":525,"props":544,"children":545},{},[546,552],{"type":14,"tag":547,"props":548,"children":549},"td",{},[550],{"type":20,"value":551},"bool CanCopy()",{"type":14,"tag":547,"props":553,"children":554},{},[555],{"type":20,"value":556},"内容をクリップボードにコピーできるかどうかを確認",{"type":14,"tag":525,"props":558,"children":559},{},[560,565],{"type":14,"tag":547,"props":561,"children":562},{},[563],{"type":20,"value":564},"bool CanPaste()",{"type":14,"tag":547,"props":566,"children":567},{},[568],{"type":20,"value":569},"クリップボードの内容をワークシートに貼り付けできるかどうかを確認（クリップボードに識別可能なデータが存在する）",{"type":14,"tag":525,"props":571,"children":572},{},[573,578],{"type":14,"tag":547,"props":574,"children":575},{},[576],{"type":20,"value":577},"bool CanCut()",{"type":14,"tag":547,"props":579,"children":580},{},[581],{"type":20,"value":582},"内容を切り取ってクリップボードに配置できるかどうかを確認",{"type":14,"tag":42,"props":584,"children":585},{},[586],{"type":20,"value":587},"クリップボード操作を実行するメソッド：",{"type":14,"tag":48,"props":589,"children":591},{"code":590,"language":79,"meta":7,"className":80,"style":7},"bool Copy();\nbool Paste();\nbool Cut();\n",[592],{"type":14,"tag":53,"props":593,"children":594},{"__ignoreMap":7},[595,612,629],{"type":14,"tag":86,"props":596,"children":597},{"class":88,"line":89},[598,603,608],{"type":14,"tag":86,"props":599,"children":600},{"style":93},[601],{"type":20,"value":602},"bool",{"type":14,"tag":86,"props":604,"children":605},{"style":99},[606],{"type":20,"value":607}," Copy",{"type":14,"tag":86,"props":609,"children":610},{"style":110},[611],{"type":20,"value":123},{"type":14,"tag":86,"props":613,"children":615},{"class":88,"line":614},2,[616,620,625],{"type":14,"tag":86,"props":617,"children":618},{"style":93},[619],{"type":20,"value":602},{"type":14,"tag":86,"props":621,"children":622},{"style":99},[623],{"type":20,"value":624}," Paste",{"type":14,"tag":86,"props":626,"children":627},{"style":110},[628],{"type":20,"value":123},{"type":14,"tag":86,"props":630,"children":632},{"class":88,"line":631},3,[633,637,642],{"type":14,"tag":86,"props":634,"children":635},{"style":93},[636],{"type":20,"value":602},{"type":14,"tag":86,"props":638,"children":639},{"style":99},[640],{"type":20,"value":641}," Cut",{"type":14,"tag":86,"props":643,"children":644},{"style":110},[645],{"type":20,"value":123},{"type":14,"tag":42,"props":647,"children":648},{},[649],{"type":20,"value":650},"例：",{"type":14,"tag":48,"props":652,"children":654},{"code":653,"language":79,"meta":7,"className":80,"style":7},"worksheet.Copy();\n",[655],{"type":14,"tag":53,"props":656,"children":657},{"__ignoreMap":7},[658],{"type":14,"tag":86,"props":659,"children":660},{"class":88,"line":89},[661,665,670],{"type":14,"tag":86,"props":662,"children":663},{"style":110},[664],{"type":20,"value":192},{"type":14,"tag":86,"props":666,"children":667},{"style":99},[668],{"type":20,"value":669},"Copy",{"type":14,"tag":86,"props":671,"children":672},{"style":110},[673],{"type":20,"value":123},{"type":14,"tag":15,"props":675,"children":677},{"id":676},"範囲の手動コピーと貼り付け",[678],{"type":20,"value":676},{"type":14,"tag":42,"props":680,"children":681},{},[682,688,690,696],{"type":14,"tag":53,"props":683,"children":685},{"className":684},[],[686],{"type":20,"value":687},"GetPartialGrid",{"type":20,"value":689}," メソッドを使用して範囲の内容を取得し、",{"type":14,"tag":53,"props":691,"children":693},{"className":692},[],[694],{"type":20,"value":695},"SetPartialGrid",{"type":20,"value":697}," メソッドを使用してその内容を指定した範囲にコピーします。",{"type":14,"tag":48,"props":699,"children":701},{"code":700,"language":79,"meta":7,"className":80,"style":7},"var content = worksheet.GetPartialGrid(\"A1:B2\");\nworksheet.SetPartialGrid(\"C1:D2\", content);\n",[702],{"type":14,"tag":53,"props":703,"children":704},{"__ignoreMap":7},[705,743],{"type":14,"tag":86,"props":706,"children":707},{"class":88,"line":89},[708,712,717,721,725,729,733,738],{"type":14,"tag":86,"props":709,"children":710},{"style":93},[711],{"type":20,"value":296},{"type":14,"tag":86,"props":713,"children":714},{"style":99},[715],{"type":20,"value":716}," content",{"type":14,"tag":86,"props":718,"children":719},{"style":93},[720],{"type":20,"value":107},{"type":14,"tag":86,"props":722,"children":723},{"style":110},[724],{"type":20,"value":248},{"type":14,"tag":86,"props":726,"children":727},{"style":99},[728],{"type":20,"value":687},{"type":14,"tag":86,"props":730,"children":731},{"style":110},[732],{"type":20,"value":318},{"type":14,"tag":86,"props":734,"children":735},{"style":335},[736],{"type":20,"value":737},"\"A1:B2\"",{"type":14,"tag":86,"props":739,"children":740},{"style":110},[741],{"type":20,"value":742},");\n",{"type":14,"tag":86,"props":744,"children":745},{"class":88,"line":614},[746,750,754,758,763],{"type":14,"tag":86,"props":747,"children":748},{"style":110},[749],{"type":20,"value":192},{"type":14,"tag":86,"props":751,"children":752},{"style":99},[753],{"type":20,"value":695},{"type":14,"tag":86,"props":755,"children":756},{"style":110},[757],{"type":20,"value":318},{"type":14,"tag":86,"props":759,"children":760},{"style":335},[761],{"type":20,"value":762},"\"C1:D2\"",{"type":14,"tag":86,"props":764,"children":765},{"style":110},[766],{"type":20,"value":767},", content);\n",{"type":14,"tag":769,"props":770,"children":771},"style",{},[772],{"type":20,"value":773},"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":614,"depth":614,"links":775},[776,777,778,779,780,781,782],{"id":17,"depth":614,"text":17},{"id":38,"depth":614,"text":38},{"id":205,"depth":614,"text":205},{"id":260,"depth":614,"text":260},{"id":355,"depth":614,"text":355},{"id":508,"depth":614,"text":508},{"id":676,"depth":614,"text":676},"markdown","content:document:4.selection:4.clipboard.md","content","document/4.selection/4.clipboard.md","document/4.selection/4.clipboard","md",{"loc":4},[791,1114,1117,1120,1123,1126,1129,1132,1135],{"title":792,"_path":793,"children":794},"Document","/document",[795,806,811,843,858,887,919,939,953,976,987,1003,1026,1037,1057,1077,1106],{"title":796,"_path":797,"children":798},"はじめに","/document/getting-started",[799,800,803],{"title":796,"_path":797},{"title":801,"_path":802},"インストール","/document/getting-started/installation",{"title":804,"_path":805},"V3 から V4 への移行ガイド","/document/getting-started/migrate-from-v3",{"title":807,"_path":808,"children":809},"ワークブック","/document/workbook",[810],{"title":807,"_path":808},{"title":812,"_path":813,"children":814},"ワークシート","/document/worksheet",[815,816,819,822,825,828,831,834,837,840],{"title":812,"_path":813},{"title":817,"_path":818},"行、列、ヘッダー","/document/worksheet/row-and-column",{"title":820,"_path":821},"範囲","/document/worksheet/range",{"title":823,"_path":824},"名前付き範囲","/document/worksheet/named-range",{"title":826,"_path":827},"セルの結合と解除","/document/worksheet/merge-and-unmerge",{"title":829,"_path":830},"パーシャルグリッド","/document/worksheet/partial-grid",{"title":832,"_path":833},"複数行ヘッダー","/document/worksheet/multiple-row-header",{"title":835,"_path":836},"ウィンドウ枠の固定","/document/worksheet/freeze",{"title":838,"_path":839},"ズーム","/document/worksheet/zoom",{"title":841,"_path":842},"設定とオプション","/document/worksheet/settings",{"title":844,"_path":845,"children":846},"選択とナビゲーション","/document/selection",[847,848,851,854,855],{"title":844,"_path":845},{"title":849,"_path":850},"フォーカスと選択","/document/selection/selection",{"title":852,"_path":853},"範囲の選択","/document/selection/pick-range",{"title":8,"_path":4},{"title":856,"_path":857},"テキスト検索","/document/selection/text-search",{"title":859,"_path":860,"children":861},"データ管理","/document/data",[862,863,866,869,872,875,878,881,884],{"title":859,"_path":860},{"title":864,"_path":865},"データソース","/document/data/datasource",{"title":867,"_path":868},"データフィルタリング","/document/data/data-filtering",{"title":870,"_path":871},"組み込みオートフィルター","/document/data/builtin-autofilter",{"title":873,"_path":874},"条件付きフィルター","/document/data/conditional-filter",{"title":876,"_path":877},"条件付きスタイル","/document/data/conditional-styles",{"title":879,"_path":880},"グループとアウトライン","/document/data/group-and-outline",{"title":882,"_path":883},"データバリデーション","/document/data/data-validation",{"title":885,"_path":886},"保護とロック","/document/data/protection",{"title":888,"_path":889,"children":890},"セル","/document/cell",[891,892,895,898,901,904,907,910,913,916],{"title":888,"_path":889},{"title":893,"_path":894},"セルの編集","/document/cell/cell-edit",{"title":896,"_path":897},"スタイル","/document/cell/style",{"title":899,"_path":900},"罫線","/document/cell/border",{"title":902,"_path":903},"データ書式","/document/cell/data-format",{"title":905,"_path":906},"カスタムデータフォーマッター","/document/cell/custom-data-formatter",{"title":908,"_path":909},"データ連続入力","/document/cell/auto-fill",{"title":911,"_path":912},"リッチフォーマットテキスト","/document/cell/rich-format-text",{"title":914,"_path":915},"セルテキストの回転","/document/cell/rotate-cell-text",{"title":917,"_path":918},"セルの反復処理","/document/cell/iterate-cells",{"title":920,"_path":921,"children":922},"セルタイプ","/document/cell-types",[923,924,927,930,933,936],{"title":920,"_path":921},{"title":925,"_path":926},"組み込みセルタイプ","/document/cell-types/built-in-cell-types",{"title":928,"_path":929},"カスタムセル","/document/cell-types/custom-cell",{"title":931,"_path":932},"ドロップダウンリストセル","/document/cell-types/dropdown-list-cell",{"title":934,"_path":935},"コンボリストセル","/document/cell-types/combo-list-cell",{"title":937,"_path":938},"列全体のセルタイプ","/document/cell-types/cells-type-for-entire-column",{"title":940,"_path":941,"children":942},"数式","/document/formula",[943,944,947,950],{"title":940,"_path":941},{"title":945,"_path":946},"カスタム関数","/document/formula/custom-function",{"title":948,"_path":949},"数式関数","/document/formula/formula-functions",{"title":951,"_path":952},"VLOOKUP","/document/formula/vlookup",{"title":954,"_path":955,"children":956},"チャート","/document/chart",[957,958,961,964,967,970,973],{"title":954,"_path":955},{"title":959,"_path":960},"縦棒グラフ","/document/chart/column-chart",{"title":962,"_path":963},"横棒グラフ","/document/chart/bar-chart",{"title":965,"_path":966},"折れ線グラフ","/document/chart/line-chart",{"title":968,"_path":969},"面グラフ","/document/chart/area-chart",{"title":971,"_path":972},"2D円グラフ","/document/chart/pie-2d-chart",{"title":974,"_path":975},"ドーナツグラフ","/document/chart/doughnut-chart",{"title":977,"_path":978,"children":979},"フローティングオブジェクト","/document/floating",[980,981,984],{"title":977,"_path":978},{"title":982,"_path":983},"描画シェイプ","/document/floating/drawing-shapes",{"title":985,"_path":986},"フローティング画像","/document/floating/floating-image",{"title":988,"_path":989,"children":990},"イベント","/document/events",[991,992,994,997,1000],{"title":988,"_path":989},{"title":988,"_path":993},"/document/events/events",{"title":995,"_path":996},"キーボードイベント","/document/events/keyboard-events",{"title":998,"_path":999},"マウスイベント","/document/events/mouse-events",{"title":1001,"_path":1002},"SelectionRangeChanged","/document/events/selection-events",{"title":1004,"_path":1005,"children":1006},"カスタマイズ","/document/customization",[1007,1008,1011,1014,1017,1020,1023],{"title":1004,"_path":1005},{"title":1009,"_path":1010},"コントロールの外観","/document/customization/control-appearance",{"title":1012,"_path":1013},"シートタブコントロール","/document/customization/sheet-tab-control",{"title":1015,"_path":1016},"使用可能なホットキー","/document/customization/hot-keys",{"title":1018,"_path":1019},"言語ローカライズ","/document/customization/language-localization",{"title":1021,"_path":1022},"アドレスバーと数式バー","/document/customization/formula-bar",{"title":1024,"_path":1025},"ReoGridEditor","/document/customization/editor",{"title":1027,"_path":1028,"children":1029},"アクション","/document/actions",[1030,1031,1034],{"title":1027,"_path":1028},{"title":1032,"_path":1033},"ReoGridアクションフレームワーク","/document/actions/actions",{"title":1035,"_path":1036},"組み込みワークシートアクション","/document/actions/built-in-actions",{"title":1038,"_path":1039,"children":1040},"ファイル形式","/document/io",[1041,1042,1045,1048,1051,1054],{"title":1038,"_path":1039},{"title":1043,"_path":1044},"Excelファイル形式 (xlsx)","/document/io/excel-file-format",{"title":1046,"_path":1047},"CSV形式","/document/io/csv-format",{"title":1049,"_path":1050},"RGF形式","/document/io/rgf-format",{"title":1052,"_path":1053},"Excel形式とRGF形式の違い","/document/io/difference-between-excel-and-rgf-format",{"title":1055,"_path":1056},"HTMLとしてエクスポート","/document/io/export-as-html",{"title":1058,"_path":1059,"children":1060},"高度な機能","/document/advanced",[1061,1062,1065,1068,1071,1074],{"title":1058,"_path":1059},{"title":1063,"_path":1064},"メモリワークブック","/document/advanced/memory-workbook",{"title":1066,"_path":1067},"ページングと印刷","/document/advanced/paging-and-print",{"title":1069,"_path":1070},"コントロールのリセット","/document/advanced/reset-control",{"title":1072,"_path":1073},"パフォーマンス","/document/advanced/performance",{"title":1075,"_path":1076},"設定","/document/advanced/settings",{"title":1078,"_path":1079,"children":1080},"ハウツーガイド","/document/how-to",[1081,1082,1085,1088,1091,1094,1097,1100,1103],{"title":1078,"_path":1079},{"title":1083,"_path":1084},"ReoGridの推奨プラクティス","/document/how-to/recommended-practice-for-using-reogrid",{"title":1086,"_path":1087},"DataTableでスプレッドシートを埋める","/document/how-to/fill-grid-with-datatable",{"title":1089,"_path":1090},"遅延読み込みモードによる大量データの高速読み込み","/document/how-to/fast-load-large-data-with-lazy-load-mode",{"title":1092,"_path":1093},"カスタムドロップダウンセルの作成","/document/how-to/create-custom-drop-down-cell",{"title":1095,"_path":1096},"日付ピッカーセルの作成","/document/how-to/create-date-picker-cell",{"title":1098,"_path":1099},"Excelファイルからすべての画像を読み取る","/document/how-to/read-all-images-from-excel-file",{"title":1101,"_path":1102},"VB.NETでReoGridを使用するためのヒント","/document/how-to/use-reogrid-in-vb-net",{"title":1104,"_path":1105},"全選択チェックボックスヘッダーの作成","/document/how-to/create-select-all-checkbox-header",{"title":1107,"_path":1108,"children":1109},"トラブルシューティング","/document/troubleshooting",[1110,1111],{"title":1107,"_path":1108},{"title":1112,"_path":1113},"PInvoke例外の修正","/document/troubleshooting/fix-pinvoke-exception",{"title":1115,"_path":1116},"エディション・機能一覧","/editions-features",{"title":1118,"_path":1119},"個人情報保護方針","/privacy-policy",{"title":1121,"_path":1122},"動作環境","/requirements",{"title":1124,"_path":1125},"ReoGrid利用許諾契約書","/terms",{"title":1127,"_path":1128},"ReoGrid利用許諾契約書(Ver.3)","/terms-v3",{"title":1130,"_path":1131},"ReoGrid利用許諾契約書(Ver.4)","/terms-v4",{"title":1133,"_path":1134},"ReoGrid 4 トライアルライセンスポリシー","/terms-v4-trial",{"title":1136,"_path":1137},"ReoGrid Web Edition 利用許諾契約書","/terms-web",1786025088185]