[{"data":1,"prerenderedAt":2068},["ShallowReactive",2],{"content-query-sGfWOVX7zf":3,"navigation":1720},{"_path":4,"_dir":5,"_draft":6,"_partial":6,"_locale":7,"title":8,"description":9,"date":10,"body":11,"_type":1713,"_id":1714,"_source":1715,"_file":1716,"_stem":1717,"_extension":1718,"sitemap":1719},"/document/cell/border","cell",false,"","罫線","罫線はワークシートAPIを直接呼び出すか、アクションを実行することでプログラム的に設定できます。","2014-05-28",{"type":12,"children":13,"toc":1698},"root",[14,21,27,32,41,55,60,73,81,86,99,256,264,270,275,445,453,458,470,524,541,561,566,578,583,639,644,789,794,799,987,995,1000,1151,1159,1164,1360,1368,1373,1385,1460,1473,1548,1553,1565,1648,1661,1692],{"type":15,"tag":16,"props":17,"children":18},"element","p",{},[19],{"type":20,"value":9},"text",{"type":15,"tag":22,"props":23,"children":25},"h2",{"id":24},"罫線スタイル",[26],{"type":20,"value":24},{"type":15,"tag":16,"props":28,"children":29},{},[30],{"type":20,"value":31},"以下の罫線スタイルが現在のバージョンのReoGridでサポートされています。",{"type":15,"tag":16,"props":33,"children":34},{},[35],{"type":15,"tag":36,"props":37,"children":40},"img",{"alt":38,"src":39},"264","/document/images/264.png",[],{"type":15,"tag":16,"props":42,"children":43},{},[44,46,53],{"type":20,"value":45},"罫線スタイルは ",{"type":15,"tag":47,"props":48,"children":50},"code",{"className":49},[],[51],{"type":20,"value":52},"BorderLineStyle",{"type":20,"value":54}," 列挙型として定義されています。",{"type":15,"tag":22,"props":56,"children":58},{"id":57},"罫線の位置",[59],{"type":20,"value":57},{"type":15,"tag":16,"props":61,"children":62},{},[63,65,71],{"type":20,"value":64},"罫線は範囲に対して設定する必要があります。範囲にセルが1つしか含まれない場合でも同様です。罫線の位置を指定するには、",{"type":15,"tag":47,"props":66,"children":68},{"className":67},[],[69],{"type":20,"value":70},"BorderPositions",{"type":20,"value":72}," 列挙型とそのビット結合値を使用します。",{"type":15,"tag":16,"props":74,"children":75},{},[76],{"type":15,"tag":36,"props":77,"children":80},{"alt":78,"src":79},"266","/document/images/266.png",[],{"type":15,"tag":22,"props":82,"children":84},{"id":83},"罫線の設定",[85],{"type":20,"value":83},{"type":15,"tag":16,"props":87,"children":88},{},[89,91,97],{"type":20,"value":90},"ワークシート内の特定の範囲に罫線を適用するには、",{"type":15,"tag":47,"props":92,"children":94},{"className":93},[],[95],{"type":20,"value":96},"SetRangeBorders",{"type":20,"value":98}," メソッドを使用します。",{"type":15,"tag":100,"props":101,"children":105},"pre",{"className":102,"code":103,"language":104,"meta":7,"style":7},"language-cs shiki shiki-themes github-light github-dark github-light","var sheet = reoGridControl.CurrentWorksheet;\n\n// Applying borders to the outside of a specified range with a custom style\nsheet.SetRangeBorders(\"B3:D7\", BorderPositions.Outside,\n  new RangeBorderStyle\n  {\n    Color = SolidColor.Magenta,\n    Style = BorderLineStyle.BoldSolid,\n  });\n","cs",[106],{"type":15,"tag":47,"props":107,"children":108},{"__ignoreMap":7},[109,138,148,158,187,201,210,229,247],{"type":15,"tag":110,"props":111,"children":114},"span",{"class":112,"line":113},"line",1,[115,121,127,132],{"type":15,"tag":110,"props":116,"children":118},{"style":117},"--shiki-light:#D73A49;--shiki-dark:#F97583;--shiki-default:#D73A49",[119],{"type":20,"value":120},"var",{"type":15,"tag":110,"props":122,"children":124},{"style":123},"--shiki-light:#6F42C1;--shiki-dark:#B392F0;--shiki-default:#6F42C1",[125],{"type":20,"value":126}," sheet",{"type":15,"tag":110,"props":128,"children":129},{"style":117},[130],{"type":20,"value":131}," =",{"type":15,"tag":110,"props":133,"children":135},{"style":134},"--shiki-light:#24292E;--shiki-dark:#E1E4E8;--shiki-default:#24292E",[136],{"type":20,"value":137}," reoGridControl.CurrentWorksheet;\n",{"type":15,"tag":110,"props":139,"children":141},{"class":112,"line":140},2,[142],{"type":15,"tag":110,"props":143,"children":145},{"emptyLinePlaceholder":144},true,[146],{"type":20,"value":147},"\n",{"type":15,"tag":110,"props":149,"children":151},{"class":112,"line":150},3,[152],{"type":15,"tag":110,"props":153,"children":155},{"style":154},"--shiki-light:#6A737D;--shiki-dark:#6A737D;--shiki-default:#6A737D",[156],{"type":20,"value":157},"// Applying borders to the outside of a specified range with a custom style\n",{"type":15,"tag":110,"props":159,"children":161},{"class":112,"line":160},4,[162,167,171,176,182],{"type":15,"tag":110,"props":163,"children":164},{"style":134},[165],{"type":20,"value":166},"sheet.",{"type":15,"tag":110,"props":168,"children":169},{"style":123},[170],{"type":20,"value":96},{"type":15,"tag":110,"props":172,"children":173},{"style":134},[174],{"type":20,"value":175},"(",{"type":15,"tag":110,"props":177,"children":179},{"style":178},"--shiki-light:#032F62;--shiki-dark:#9ECBFF;--shiki-default:#032F62",[180],{"type":20,"value":181},"\"B3:D7\"",{"type":15,"tag":110,"props":183,"children":184},{"style":134},[185],{"type":20,"value":186},", BorderPositions.Outside,\n",{"type":15,"tag":110,"props":188,"children":190},{"class":112,"line":189},5,[191,196],{"type":15,"tag":110,"props":192,"children":193},{"style":117},[194],{"type":20,"value":195},"  new",{"type":15,"tag":110,"props":197,"children":198},{"style":123},[199],{"type":20,"value":200}," RangeBorderStyle\n",{"type":15,"tag":110,"props":202,"children":204},{"class":112,"line":203},6,[205],{"type":15,"tag":110,"props":206,"children":207},{"style":134},[208],{"type":20,"value":209},"  {\n",{"type":15,"tag":110,"props":211,"children":213},{"class":112,"line":212},7,[214,219,224],{"type":15,"tag":110,"props":215,"children":216},{"style":134},[217],{"type":20,"value":218},"    Color ",{"type":15,"tag":110,"props":220,"children":221},{"style":117},[222],{"type":20,"value":223},"=",{"type":15,"tag":110,"props":225,"children":226},{"style":134},[227],{"type":20,"value":228}," SolidColor.Magenta,\n",{"type":15,"tag":110,"props":230,"children":232},{"class":112,"line":231},8,[233,238,242],{"type":15,"tag":110,"props":234,"children":235},{"style":134},[236],{"type":20,"value":237},"    Style ",{"type":15,"tag":110,"props":239,"children":240},{"style":117},[241],{"type":20,"value":223},{"type":15,"tag":110,"props":243,"children":244},{"style":134},[245],{"type":20,"value":246}," BorderLineStyle.BoldSolid,\n",{"type":15,"tag":110,"props":248,"children":250},{"class":112,"line":249},9,[251],{"type":15,"tag":110,"props":252,"children":253},{"style":134},[254],{"type":20,"value":255},"  });\n",{"type":15,"tag":16,"props":257,"children":258},{},[259],{"type":15,"tag":36,"props":260,"children":263},{"alt":261,"src":262},"18_2","/document/images/18_2.png",[],{"type":15,"tag":265,"props":266,"children":268},"h3",{"id":267},"アクションによる罫線の設定",[269],{"type":20,"value":267},{"type":15,"tag":16,"props":271,"children":272},{},[273],{"type":20,"value":274},"アクションを使用して範囲内に罫線を適用すると、操作を元に戻すことができます。",{"type":15,"tag":100,"props":276,"children":278},{"className":102,"code":277,"language":104,"meta":7,"style":7},"reoGridControl.DoAction(reoGridControl.CurrentWorksheet,\n  new SetRangeBorderAction(new RangePosition(2, 1, 5, 3),\n    BorderPositions.All,\n    new RangeBorderStyle {\n      Color = SolidColor.Red,\n      Style = BorderLineStyle.Dashed\n    })\n);\n",[279],{"type":15,"tag":47,"props":280,"children":281},{"__ignoreMap":7},[282,300,369,377,395,412,429,437],{"type":15,"tag":110,"props":283,"children":284},{"class":112,"line":113},[285,290,295],{"type":15,"tag":110,"props":286,"children":287},{"style":134},[288],{"type":20,"value":289},"reoGridControl.",{"type":15,"tag":110,"props":291,"children":292},{"style":123},[293],{"type":20,"value":294},"DoAction",{"type":15,"tag":110,"props":296,"children":297},{"style":134},[298],{"type":20,"value":299},"(reoGridControl.CurrentWorksheet,\n",{"type":15,"tag":110,"props":301,"children":302},{"class":112,"line":140},[303,307,312,316,321,326,330,336,341,346,350,355,359,364],{"type":15,"tag":110,"props":304,"children":305},{"style":117},[306],{"type":20,"value":195},{"type":15,"tag":110,"props":308,"children":309},{"style":123},[310],{"type":20,"value":311}," SetRangeBorderAction",{"type":15,"tag":110,"props":313,"children":314},{"style":134},[315],{"type":20,"value":175},{"type":15,"tag":110,"props":317,"children":318},{"style":117},[319],{"type":20,"value":320},"new",{"type":15,"tag":110,"props":322,"children":323},{"style":123},[324],{"type":20,"value":325}," RangePosition",{"type":15,"tag":110,"props":327,"children":328},{"style":134},[329],{"type":20,"value":175},{"type":15,"tag":110,"props":331,"children":333},{"style":332},"--shiki-light:#005CC5;--shiki-dark:#79B8FF;--shiki-default:#005CC5",[334],{"type":20,"value":335},"2",{"type":15,"tag":110,"props":337,"children":338},{"style":134},[339],{"type":20,"value":340},", ",{"type":15,"tag":110,"props":342,"children":343},{"style":332},[344],{"type":20,"value":345},"1",{"type":15,"tag":110,"props":347,"children":348},{"style":134},[349],{"type":20,"value":340},{"type":15,"tag":110,"props":351,"children":352},{"style":332},[353],{"type":20,"value":354},"5",{"type":15,"tag":110,"props":356,"children":357},{"style":134},[358],{"type":20,"value":340},{"type":15,"tag":110,"props":360,"children":361},{"style":332},[362],{"type":20,"value":363},"3",{"type":15,"tag":110,"props":365,"children":366},{"style":134},[367],{"type":20,"value":368},"),\n",{"type":15,"tag":110,"props":370,"children":371},{"class":112,"line":150},[372],{"type":15,"tag":110,"props":373,"children":374},{"style":134},[375],{"type":20,"value":376},"    BorderPositions.All,\n",{"type":15,"tag":110,"props":378,"children":379},{"class":112,"line":160},[380,385,390],{"type":15,"tag":110,"props":381,"children":382},{"style":117},[383],{"type":20,"value":384},"    new",{"type":15,"tag":110,"props":386,"children":387},{"style":123},[388],{"type":20,"value":389}," RangeBorderStyle",{"type":15,"tag":110,"props":391,"children":392},{"style":134},[393],{"type":20,"value":394}," {\n",{"type":15,"tag":110,"props":396,"children":397},{"class":112,"line":189},[398,403,407],{"type":15,"tag":110,"props":399,"children":400},{"style":134},[401],{"type":20,"value":402},"      Color ",{"type":15,"tag":110,"props":404,"children":405},{"style":117},[406],{"type":20,"value":223},{"type":15,"tag":110,"props":408,"children":409},{"style":134},[410],{"type":20,"value":411}," SolidColor.Red,\n",{"type":15,"tag":110,"props":413,"children":414},{"class":112,"line":203},[415,420,424],{"type":15,"tag":110,"props":416,"children":417},{"style":134},[418],{"type":20,"value":419},"      Style ",{"type":15,"tag":110,"props":421,"children":422},{"style":117},[423],{"type":20,"value":223},{"type":15,"tag":110,"props":425,"children":426},{"style":134},[427],{"type":20,"value":428}," BorderLineStyle.Dashed\n",{"type":15,"tag":110,"props":430,"children":431},{"class":112,"line":212},[432],{"type":15,"tag":110,"props":433,"children":434},{"style":134},[435],{"type":20,"value":436},"    })\n",{"type":15,"tag":110,"props":438,"children":439},{"class":112,"line":231},[440],{"type":15,"tag":110,"props":441,"children":442},{"style":134},[443],{"type":20,"value":444},");\n",{"type":15,"tag":16,"props":446,"children":447},{},[448],{"type":15,"tag":36,"props":449,"children":452},{"alt":450,"src":451},"19_2","/document/images/19_2.png",[],{"type":15,"tag":22,"props":454,"children":456},{"id":455},"罫線情報の取得",[457],{"type":20,"value":455},{"type":15,"tag":16,"props":459,"children":460},{},[461,463,469],{"type":20,"value":462},"ワークシート内の特定の範囲に適用された罫線の詳細を取得するには、",{"type":15,"tag":47,"props":464,"children":466},{"className":465},[],[467],{"type":20,"value":468},"GetRangeBorders",{"type":20,"value":98},{"type":15,"tag":100,"props":471,"children":473},{"className":102,"code":472,"language":104,"meta":7,"style":7},"// Retrieving border information for a specified range\nRangeBorderInfoSet borderInfoSet = sheet.GetRangeBorders(\"A1:D5\");\n",[474],{"type":15,"tag":47,"props":475,"children":476},{"__ignoreMap":7},[477,485],{"type":15,"tag":110,"props":478,"children":479},{"class":112,"line":113},[480],{"type":15,"tag":110,"props":481,"children":482},{"style":154},[483],{"type":20,"value":484},"// Retrieving border information for a specified range\n",{"type":15,"tag":110,"props":486,"children":487},{"class":112,"line":140},[488,493,498,502,507,511,515,520],{"type":15,"tag":110,"props":489,"children":490},{"style":123},[491],{"type":20,"value":492},"RangeBorderInfoSet",{"type":15,"tag":110,"props":494,"children":495},{"style":123},[496],{"type":20,"value":497}," borderInfoSet",{"type":15,"tag":110,"props":499,"children":500},{"style":117},[501],{"type":20,"value":131},{"type":15,"tag":110,"props":503,"children":504},{"style":134},[505],{"type":20,"value":506}," sheet.",{"type":15,"tag":110,"props":508,"children":509},{"style":123},[510],{"type":20,"value":468},{"type":15,"tag":110,"props":512,"children":513},{"style":134},[514],{"type":20,"value":175},{"type":15,"tag":110,"props":516,"children":517},{"style":178},[518],{"type":20,"value":519},"\"A1:D5\"",{"type":15,"tag":110,"props":521,"children":522},{"style":134},[523],{"type":20,"value":444},{"type":15,"tag":16,"props":525,"children":526},{},[527,532,534,539],{"type":15,"tag":47,"props":528,"children":530},{"className":529},[],[531],{"type":20,"value":468},{"type":20,"value":533}," メソッドは指定された範囲内の罫線を分析し、",{"type":15,"tag":47,"props":535,"children":537},{"className":536},[],[538],{"type":20,"value":492},{"type":20,"value":540}," を返します。このセットには範囲全体で一貫して適用されている罫線スタイルのインスタンスが含まれます。",{"type":15,"tag":16,"props":542,"children":543},{},[544,546,551,553,559],{"type":20,"value":545},"範囲内でスタイルが異なる罫線を特定するには、",{"type":15,"tag":47,"props":547,"children":549},{"className":548},[],[550],{"type":20,"value":492},{"type":20,"value":552}," の ",{"type":15,"tag":47,"props":554,"children":556},{"className":555},[],[557],{"type":20,"value":558},"NonUniformPos",{"type":20,"value":560}," プロパティを確認します。このプロパティは、罫線スタイルが主要なスタイルと異なる位置を示します。",{"type":15,"tag":22,"props":562,"children":564},{"id":563},"罫線の反復処理",[565],{"type":20,"value":563},{"type":15,"tag":16,"props":567,"children":568},{},[569,571,577],{"type":20,"value":570},"指定された範囲内のすべての罫線を列挙するには、ワークシートの ",{"type":15,"tag":47,"props":572,"children":574},{"className":573},[],[575],{"type":20,"value":576},"IterateBorders",{"type":20,"value":98},{"type":15,"tag":265,"props":579,"children":581},{"id":580},"メソッド定義",[582],{"type":20,"value":580},{"type":15,"tag":100,"props":584,"children":586},{"className":102,"code":585,"language":104,"meta":7,"style":7},"IterateBorders(RowOrColumn direction, RangePosition range, Func\u003Cint, int, int, RangeBorderStyle, bool> iterator);\n",[587],{"type":15,"tag":47,"props":588,"children":589},{"__ignoreMap":7},[590],{"type":15,"tag":110,"props":591,"children":592},{"class":112,"line":113},[593,597,602,607,611,616,620,624,629,634],{"type":15,"tag":110,"props":594,"children":595},{"style":123},[596],{"type":20,"value":576},{"type":15,"tag":110,"props":598,"children":599},{"style":134},[600],{"type":20,"value":601},"(RowOrColumn direction, RangePosition range, Func",{"type":15,"tag":110,"props":603,"children":604},{"style":117},[605],{"type":20,"value":606},"\u003Cint",{"type":15,"tag":110,"props":608,"children":609},{"style":134},[610],{"type":20,"value":340},{"type":15,"tag":110,"props":612,"children":613},{"style":117},[614],{"type":20,"value":615},"int",{"type":15,"tag":110,"props":617,"children":618},{"style":134},[619],{"type":20,"value":340},{"type":15,"tag":110,"props":621,"children":622},{"style":117},[623],{"type":20,"value":615},{"type":15,"tag":110,"props":625,"children":626},{"style":134},[627],{"type":20,"value":628},", RangeBorderStyle, ",{"type":15,"tag":110,"props":630,"children":631},{"style":117},[632],{"type":20,"value":633},"bool>",{"type":15,"tag":110,"props":635,"children":636},{"style":134},[637],{"type":20,"value":638}," iterator);\n",{"type":15,"tag":265,"props":640,"children":642},{"id":641},"パラメーター",[643],{"type":20,"value":641},{"type":15,"tag":645,"props":646,"children":647},"ul",{},[648,696,707],{"type":15,"tag":649,"props":650,"children":651},"li",{},[652,658,660],{"type":15,"tag":47,"props":653,"children":655},{"className":654},[],[656],{"type":20,"value":657},"direction",{"type":20,"value":659}," - 反復モードを指定します:\n",{"type":15,"tag":645,"props":661,"children":662},{},[663,674,685],{"type":15,"tag":649,"props":664,"children":665},{},[666,672],{"type":15,"tag":47,"props":667,"children":669},{"className":668},[],[670],{"type":20,"value":671},"RowOrColumn.Row",{"type":20,"value":673}," はすべての水平罫線を反復処理します。",{"type":15,"tag":649,"props":675,"children":676},{},[677,683],{"type":15,"tag":47,"props":678,"children":680},{"className":679},[],[681],{"type":20,"value":682},"RowOrColumn.Column",{"type":20,"value":684}," はすべての垂直罫線を反復処理します。",{"type":15,"tag":649,"props":686,"children":687},{},[688,694],{"type":15,"tag":47,"props":689,"children":691},{"className":690},[],[692],{"type":20,"value":693},"RowOrColumn.Both",{"type":20,"value":695}," は行と列の両方を含むすべての罫線を反復処理します。",{"type":15,"tag":649,"props":697,"children":698},{},[699,705],{"type":15,"tag":47,"props":700,"children":702},{"className":701},[],[703],{"type":20,"value":704},"range",{"type":20,"value":706},": 罫線が反復処理される対象範囲。",{"type":15,"tag":649,"props":708,"children":709},{},[710,716,718],{"type":15,"tag":47,"props":711,"children":713},{"className":712},[],[714],{"type":20,"value":715},"iterator",{"type":20,"value":717},": ワークシートから取得したすべての罫線を検査するためのコールバック関数。この関数は以下の引数を受け取ります:\n",{"type":15,"tag":645,"props":719,"children":720},{},[721,731,741,751,762],{"type":15,"tag":649,"props":722,"children":723},{},[724,729],{"type":15,"tag":47,"props":725,"children":727},{"className":726},[],[728],{"type":20,"value":615},{"type":20,"value":730}," Row: 罫線が位置する行番号。",{"type":15,"tag":649,"props":732,"children":733},{},[734,739],{"type":15,"tag":47,"props":735,"children":737},{"className":736},[],[738],{"type":20,"value":615},{"type":20,"value":740}," Column: 罫線が位置する列番号。",{"type":15,"tag":649,"props":742,"children":743},{},[744,749],{"type":15,"tag":47,"props":745,"children":747},{"className":746},[],[748],{"type":20,"value":615},{"type":20,"value":750}," Span: この開始位置から同じスタイルを共有する連続した罫線の数。",{"type":15,"tag":649,"props":752,"children":753},{},[754,760],{"type":15,"tag":47,"props":755,"children":757},{"className":756},[],[758],{"type":20,"value":759},"RangeBorderStyle",{"type":20,"value":761}," - 罫線の色とスタイルの詳細を含みます。",{"type":15,"tag":649,"props":763,"children":764},{},[765,771,773,779,781,787],{"type":15,"tag":47,"props":766,"children":768},{"className":767},[],[769],{"type":20,"value":770},"bool",{"type":20,"value":772}," 戻り値: ",{"type":15,"tag":47,"props":774,"children":776},{"className":775},[],[777],{"type":20,"value":778},"true",{"type":20,"value":780}," を返すと反復処理を続行し、",{"type":15,"tag":47,"props":782,"children":784},{"className":783},[],[785],{"type":20,"value":786},"false",{"type":20,"value":788}," を返すと終了します。",{"type":15,"tag":16,"props":790,"children":791},{},[792],{"type":20,"value":793},"このメソッドにより、特定の範囲内の罫線プロパティの詳細な検査と操作が可能になり、反復処理中に遭遇した罫線の特性に基づいてカスタムロジックを適用できます。",{"type":15,"tag":16,"props":795,"children":796},{},[797],{"type":20,"value":798},"例えば、すべての水平罫線を反復処理し、セルの位置に罫線がある場合は赤い背景でマークします。",{"type":15,"tag":100,"props":800,"children":802},{"className":102,"code":801,"language":104,"meta":7,"style":7},"// Setting horizontal borders within a specified range\nworksheet.Ranges[\"C3:F10\"].BorderInsideHorizontal = RangeBorderStyle.BlackSolid;\n\n// Iterating over horizontal borders in the entire worksheet range\nworksheet.IterateBorders(RowOrColumn.Row, RangePosition.EntireRange, (r, c, span, border) =>\n{\n  // Applying a red background to cells that have borders\n  worksheet.Cells[r, c].Style.BackColor = Color.LightCoral;\n\n  return true; // Continue iterating\n});\n",[803],{"type":15,"tag":47,"props":804,"children":805},{"__ignoreMap":7},[806,814,841,848,856,914,922,930,947,954,978],{"type":15,"tag":110,"props":807,"children":808},{"class":112,"line":113},[809],{"type":15,"tag":110,"props":810,"children":811},{"style":154},[812],{"type":20,"value":813},"// Setting horizontal borders within a specified range\n",{"type":15,"tag":110,"props":815,"children":816},{"class":112,"line":140},[817,822,827,832,836],{"type":15,"tag":110,"props":818,"children":819},{"style":134},[820],{"type":20,"value":821},"worksheet.Ranges[",{"type":15,"tag":110,"props":823,"children":824},{"style":178},[825],{"type":20,"value":826},"\"C3:F10\"",{"type":15,"tag":110,"props":828,"children":829},{"style":134},[830],{"type":20,"value":831},"].BorderInsideHorizontal ",{"type":15,"tag":110,"props":833,"children":834},{"style":117},[835],{"type":20,"value":223},{"type":15,"tag":110,"props":837,"children":838},{"style":134},[839],{"type":20,"value":840}," RangeBorderStyle.BlackSolid;\n",{"type":15,"tag":110,"props":842,"children":843},{"class":112,"line":150},[844],{"type":15,"tag":110,"props":845,"children":846},{"emptyLinePlaceholder":144},[847],{"type":20,"value":147},{"type":15,"tag":110,"props":849,"children":850},{"class":112,"line":160},[851],{"type":15,"tag":110,"props":852,"children":853},{"style":154},[854],{"type":20,"value":855},"// Iterating over horizontal borders in the entire worksheet range\n",{"type":15,"tag":110,"props":857,"children":858},{"class":112,"line":189},[859,864,868,873,878,882,887,891,895,899,904,909],{"type":15,"tag":110,"props":860,"children":861},{"style":134},[862],{"type":20,"value":863},"worksheet.",{"type":15,"tag":110,"props":865,"children":866},{"style":123},[867],{"type":20,"value":576},{"type":15,"tag":110,"props":869,"children":870},{"style":134},[871],{"type":20,"value":872},"(RowOrColumn.Row, RangePosition.EntireRange, (",{"type":15,"tag":110,"props":874,"children":875},{"style":123},[876],{"type":20,"value":877},"r",{"type":15,"tag":110,"props":879,"children":880},{"style":134},[881],{"type":20,"value":340},{"type":15,"tag":110,"props":883,"children":884},{"style":123},[885],{"type":20,"value":886},"c",{"type":15,"tag":110,"props":888,"children":889},{"style":134},[890],{"type":20,"value":340},{"type":15,"tag":110,"props":892,"children":893},{"style":123},[894],{"type":20,"value":110},{"type":15,"tag":110,"props":896,"children":897},{"style":134},[898],{"type":20,"value":340},{"type":15,"tag":110,"props":900,"children":901},{"style":123},[902],{"type":20,"value":903},"border",{"type":15,"tag":110,"props":905,"children":906},{"style":134},[907],{"type":20,"value":908},") ",{"type":15,"tag":110,"props":910,"children":911},{"style":117},[912],{"type":20,"value":913},"=>\n",{"type":15,"tag":110,"props":915,"children":916},{"class":112,"line":203},[917],{"type":15,"tag":110,"props":918,"children":919},{"style":134},[920],{"type":20,"value":921},"{\n",{"type":15,"tag":110,"props":923,"children":924},{"class":112,"line":212},[925],{"type":15,"tag":110,"props":926,"children":927},{"style":154},[928],{"type":20,"value":929},"  // Applying a red background to cells that have borders\n",{"type":15,"tag":110,"props":931,"children":932},{"class":112,"line":231},[933,938,942],{"type":15,"tag":110,"props":934,"children":935},{"style":134},[936],{"type":20,"value":937},"  worksheet.Cells[r, c].Style.BackColor ",{"type":15,"tag":110,"props":939,"children":940},{"style":117},[941],{"type":20,"value":223},{"type":15,"tag":110,"props":943,"children":944},{"style":134},[945],{"type":20,"value":946}," Color.LightCoral;\n",{"type":15,"tag":110,"props":948,"children":949},{"class":112,"line":249},[950],{"type":15,"tag":110,"props":951,"children":952},{"emptyLinePlaceholder":144},[953],{"type":20,"value":147},{"type":15,"tag":110,"props":955,"children":957},{"class":112,"line":956},10,[958,963,968,973],{"type":15,"tag":110,"props":959,"children":960},{"style":117},[961],{"type":20,"value":962},"  return",{"type":15,"tag":110,"props":964,"children":965},{"style":332},[966],{"type":20,"value":967}," true",{"type":15,"tag":110,"props":969,"children":970},{"style":134},[971],{"type":20,"value":972},"; ",{"type":15,"tag":110,"props":974,"children":975},{"style":154},[976],{"type":20,"value":977},"// Continue iterating\n",{"type":15,"tag":110,"props":979,"children":981},{"class":112,"line":980},11,[982],{"type":15,"tag":110,"props":983,"children":984},{"style":134},[985],{"type":20,"value":986},"});\n",{"type":15,"tag":16,"props":988,"children":989},{},[990],{"type":15,"tag":36,"props":991,"children":994},{"alt":992,"src":993},"277","/document/images/277.png",[],{"type":15,"tag":16,"props":996,"children":997},{},[998],{"type":20,"value":999},"すべての垂直罫線を反復処理します。",{"type":15,"tag":100,"props":1001,"children":1003},{"className":102,"code":1002,"language":104,"meta":7,"style":7},"// set borders\nworksheet.Ranges[\"C3:F10\"].BorderInsideVertical = RangeBorderStyle.BlackSolid;\n\n// iterate borders\nworksheet.IterateBorders(RowOrColumn.Column, RangePosition.EntireRange, (r, c, span, border) =>\n{\n  worksheet.Cells[r, c].Style.BackColor = Color.LightCoral;\n  return true;\n});\n",[1004],{"type":15,"tag":47,"props":1005,"children":1006},{"__ignoreMap":7},[1007,1015,1039,1046,1054,1106,1113,1128,1144],{"type":15,"tag":110,"props":1008,"children":1009},{"class":112,"line":113},[1010],{"type":15,"tag":110,"props":1011,"children":1012},{"style":154},[1013],{"type":20,"value":1014},"// set borders\n",{"type":15,"tag":110,"props":1016,"children":1017},{"class":112,"line":140},[1018,1022,1026,1031,1035],{"type":15,"tag":110,"props":1019,"children":1020},{"style":134},[1021],{"type":20,"value":821},{"type":15,"tag":110,"props":1023,"children":1024},{"style":178},[1025],{"type":20,"value":826},{"type":15,"tag":110,"props":1027,"children":1028},{"style":134},[1029],{"type":20,"value":1030},"].BorderInsideVertical ",{"type":15,"tag":110,"props":1032,"children":1033},{"style":117},[1034],{"type":20,"value":223},{"type":15,"tag":110,"props":1036,"children":1037},{"style":134},[1038],{"type":20,"value":840},{"type":15,"tag":110,"props":1040,"children":1041},{"class":112,"line":150},[1042],{"type":15,"tag":110,"props":1043,"children":1044},{"emptyLinePlaceholder":144},[1045],{"type":20,"value":147},{"type":15,"tag":110,"props":1047,"children":1048},{"class":112,"line":160},[1049],{"type":15,"tag":110,"props":1050,"children":1051},{"style":154},[1052],{"type":20,"value":1053},"// iterate borders\n",{"type":15,"tag":110,"props":1055,"children":1056},{"class":112,"line":189},[1057,1061,1065,1070,1074,1078,1082,1086,1090,1094,1098,1102],{"type":15,"tag":110,"props":1058,"children":1059},{"style":134},[1060],{"type":20,"value":863},{"type":15,"tag":110,"props":1062,"children":1063},{"style":123},[1064],{"type":20,"value":576},{"type":15,"tag":110,"props":1066,"children":1067},{"style":134},[1068],{"type":20,"value":1069},"(RowOrColumn.Column, RangePosition.EntireRange, (",{"type":15,"tag":110,"props":1071,"children":1072},{"style":123},[1073],{"type":20,"value":877},{"type":15,"tag":110,"props":1075,"children":1076},{"style":134},[1077],{"type":20,"value":340},{"type":15,"tag":110,"props":1079,"children":1080},{"style":123},[1081],{"type":20,"value":886},{"type":15,"tag":110,"props":1083,"children":1084},{"style":134},[1085],{"type":20,"value":340},{"type":15,"tag":110,"props":1087,"children":1088},{"style":123},[1089],{"type":20,"value":110},{"type":15,"tag":110,"props":1091,"children":1092},{"style":134},[1093],{"type":20,"value":340},{"type":15,"tag":110,"props":1095,"children":1096},{"style":123},[1097],{"type":20,"value":903},{"type":15,"tag":110,"props":1099,"children":1100},{"style":134},[1101],{"type":20,"value":908},{"type":15,"tag":110,"props":1103,"children":1104},{"style":117},[1105],{"type":20,"value":913},{"type":15,"tag":110,"props":1107,"children":1108},{"class":112,"line":203},[1109],{"type":15,"tag":110,"props":1110,"children":1111},{"style":134},[1112],{"type":20,"value":921},{"type":15,"tag":110,"props":1114,"children":1115},{"class":112,"line":212},[1116,1120,1124],{"type":15,"tag":110,"props":1117,"children":1118},{"style":134},[1119],{"type":20,"value":937},{"type":15,"tag":110,"props":1121,"children":1122},{"style":117},[1123],{"type":20,"value":223},{"type":15,"tag":110,"props":1125,"children":1126},{"style":134},[1127],{"type":20,"value":946},{"type":15,"tag":110,"props":1129,"children":1130},{"class":112,"line":231},[1131,1135,1139],{"type":15,"tag":110,"props":1132,"children":1133},{"style":117},[1134],{"type":20,"value":962},{"type":15,"tag":110,"props":1136,"children":1137},{"style":332},[1138],{"type":20,"value":967},{"type":15,"tag":110,"props":1140,"children":1141},{"style":134},[1142],{"type":20,"value":1143},";\n",{"type":15,"tag":110,"props":1145,"children":1146},{"class":112,"line":249},[1147],{"type":15,"tag":110,"props":1148,"children":1149},{"style":134},[1150],{"type":20,"value":986},{"type":15,"tag":16,"props":1152,"children":1153},{},[1154],{"type":15,"tag":36,"props":1155,"children":1158},{"alt":1156,"src":1157},"278","/document/images/278.png",[],{"type":15,"tag":16,"props":1160,"children":1161},{},[1162],{"type":20,"value":1163},"行と列の両方の罫線を含むすべての罫線を反復処理します。",{"type":15,"tag":100,"props":1165,"children":1167},{"className":102,"code":1166,"language":104,"meta":7,"style":7},"// set borders\nworksheet.Ranges[\"C3:F10\"].BorderOutside = RangeBorderStyle.BlackBoldSolid;\nworksheet.Ranges[\"C3:F10\"].BorderInsideHorizontal = RangeBorderStyle.BlackSolid;\nworksheet.Ranges[\"C3:F10\"].BorderInsideVertical = RangeBorderStyle.BlackDotted;\n\n// iterate borders\nworksheet.IterateBorders(RowOrColumn.Both, RangePosition.EntireRange, (r, c, span, border) =>\n{\n  worksheet.Cells[r, c].Style.BackColor = Color.LightCoral;\n  return true;\n});\n",[1168],{"type":15,"tag":47,"props":1169,"children":1170},{"__ignoreMap":7},[1171,1178,1203,1226,1250,1257,1264,1316,1323,1338,1353],{"type":15,"tag":110,"props":1172,"children":1173},{"class":112,"line":113},[1174],{"type":15,"tag":110,"props":1175,"children":1176},{"style":154},[1177],{"type":20,"value":1014},{"type":15,"tag":110,"props":1179,"children":1180},{"class":112,"line":140},[1181,1185,1189,1194,1198],{"type":15,"tag":110,"props":1182,"children":1183},{"style":134},[1184],{"type":20,"value":821},{"type":15,"tag":110,"props":1186,"children":1187},{"style":178},[1188],{"type":20,"value":826},{"type":15,"tag":110,"props":1190,"children":1191},{"style":134},[1192],{"type":20,"value":1193},"].BorderOutside ",{"type":15,"tag":110,"props":1195,"children":1196},{"style":117},[1197],{"type":20,"value":223},{"type":15,"tag":110,"props":1199,"children":1200},{"style":134},[1201],{"type":20,"value":1202}," RangeBorderStyle.BlackBoldSolid;\n",{"type":15,"tag":110,"props":1204,"children":1205},{"class":112,"line":150},[1206,1210,1214,1218,1222],{"type":15,"tag":110,"props":1207,"children":1208},{"style":134},[1209],{"type":20,"value":821},{"type":15,"tag":110,"props":1211,"children":1212},{"style":178},[1213],{"type":20,"value":826},{"type":15,"tag":110,"props":1215,"children":1216},{"style":134},[1217],{"type":20,"value":831},{"type":15,"tag":110,"props":1219,"children":1220},{"style":117},[1221],{"type":20,"value":223},{"type":15,"tag":110,"props":1223,"children":1224},{"style":134},[1225],{"type":20,"value":840},{"type":15,"tag":110,"props":1227,"children":1228},{"class":112,"line":160},[1229,1233,1237,1241,1245],{"type":15,"tag":110,"props":1230,"children":1231},{"style":134},[1232],{"type":20,"value":821},{"type":15,"tag":110,"props":1234,"children":1235},{"style":178},[1236],{"type":20,"value":826},{"type":15,"tag":110,"props":1238,"children":1239},{"style":134},[1240],{"type":20,"value":1030},{"type":15,"tag":110,"props":1242,"children":1243},{"style":117},[1244],{"type":20,"value":223},{"type":15,"tag":110,"props":1246,"children":1247},{"style":134},[1248],{"type":20,"value":1249}," RangeBorderStyle.BlackDotted;\n",{"type":15,"tag":110,"props":1251,"children":1252},{"class":112,"line":189},[1253],{"type":15,"tag":110,"props":1254,"children":1255},{"emptyLinePlaceholder":144},[1256],{"type":20,"value":147},{"type":15,"tag":110,"props":1258,"children":1259},{"class":112,"line":203},[1260],{"type":15,"tag":110,"props":1261,"children":1262},{"style":154},[1263],{"type":20,"value":1053},{"type":15,"tag":110,"props":1265,"children":1266},{"class":112,"line":212},[1267,1271,1275,1280,1284,1288,1292,1296,1300,1304,1308,1312],{"type":15,"tag":110,"props":1268,"children":1269},{"style":134},[1270],{"type":20,"value":863},{"type":15,"tag":110,"props":1272,"children":1273},{"style":123},[1274],{"type":20,"value":576},{"type":15,"tag":110,"props":1276,"children":1277},{"style":134},[1278],{"type":20,"value":1279},"(RowOrColumn.Both, RangePosition.EntireRange, (",{"type":15,"tag":110,"props":1281,"children":1282},{"style":123},[1283],{"type":20,"value":877},{"type":15,"tag":110,"props":1285,"children":1286},{"style":134},[1287],{"type":20,"value":340},{"type":15,"tag":110,"props":1289,"children":1290},{"style":123},[1291],{"type":20,"value":886},{"type":15,"tag":110,"props":1293,"children":1294},{"style":134},[1295],{"type":20,"value":340},{"type":15,"tag":110,"props":1297,"children":1298},{"style":123},[1299],{"type":20,"value":110},{"type":15,"tag":110,"props":1301,"children":1302},{"style":134},[1303],{"type":20,"value":340},{"type":15,"tag":110,"props":1305,"children":1306},{"style":123},[1307],{"type":20,"value":903},{"type":15,"tag":110,"props":1309,"children":1310},{"style":134},[1311],{"type":20,"value":908},{"type":15,"tag":110,"props":1313,"children":1314},{"style":117},[1315],{"type":20,"value":913},{"type":15,"tag":110,"props":1317,"children":1318},{"class":112,"line":231},[1319],{"type":15,"tag":110,"props":1320,"children":1321},{"style":134},[1322],{"type":20,"value":921},{"type":15,"tag":110,"props":1324,"children":1325},{"class":112,"line":249},[1326,1330,1334],{"type":15,"tag":110,"props":1327,"children":1328},{"style":134},[1329],{"type":20,"value":937},{"type":15,"tag":110,"props":1331,"children":1332},{"style":117},[1333],{"type":20,"value":223},{"type":15,"tag":110,"props":1335,"children":1336},{"style":134},[1337],{"type":20,"value":946},{"type":15,"tag":110,"props":1339,"children":1340},{"class":112,"line":956},[1341,1345,1349],{"type":15,"tag":110,"props":1342,"children":1343},{"style":117},[1344],{"type":20,"value":962},{"type":15,"tag":110,"props":1346,"children":1347},{"style":332},[1348],{"type":20,"value":967},{"type":15,"tag":110,"props":1350,"children":1351},{"style":134},[1352],{"type":20,"value":1143},{"type":15,"tag":110,"props":1354,"children":1355},{"class":112,"line":980},[1356],{"type":15,"tag":110,"props":1357,"children":1358},{"style":134},[1359],{"type":20,"value":986},{"type":15,"tag":16,"props":1361,"children":1362},{},[1363],{"type":15,"tag":36,"props":1364,"children":1367},{"alt":1365,"src":1366},"279","/document/images/279.png",[],{"type":15,"tag":22,"props":1369,"children":1371},{"id":1370},"罫線の削除",[1372],{"type":20,"value":1370},{"type":15,"tag":16,"props":1374,"children":1375},{},[1376,1378,1384],{"type":20,"value":1377},"ワークシートから罫線を削除するには、",{"type":15,"tag":47,"props":1379,"children":1381},{"className":1380},[],[1382],{"type":20,"value":1383},"RemoveRangeBorders",{"type":20,"value":98},{"type":15,"tag":100,"props":1386,"children":1388},{"className":102,"code":1387,"language":104,"meta":7,"style":7},"// Removing all borders from a specified range within the worksheet\nsheet.RemoveRangeBorders(new RangePosition(2, 1, 5, 1), BorderPositions.All);\n",[1389],{"type":15,"tag":47,"props":1390,"children":1391},{"__ignoreMap":7},[1392,1400],{"type":15,"tag":110,"props":1393,"children":1394},{"class":112,"line":113},[1395],{"type":15,"tag":110,"props":1396,"children":1397},{"style":154},[1398],{"type":20,"value":1399},"// Removing all borders from a specified range within the worksheet\n",{"type":15,"tag":110,"props":1401,"children":1402},{"class":112,"line":140},[1403,1407,1411,1415,1419,1423,1427,1431,1435,1439,1443,1447,1451,1455],{"type":15,"tag":110,"props":1404,"children":1405},{"style":134},[1406],{"type":20,"value":166},{"type":15,"tag":110,"props":1408,"children":1409},{"style":123},[1410],{"type":20,"value":1383},{"type":15,"tag":110,"props":1412,"children":1413},{"style":134},[1414],{"type":20,"value":175},{"type":15,"tag":110,"props":1416,"children":1417},{"style":117},[1418],{"type":20,"value":320},{"type":15,"tag":110,"props":1420,"children":1421},{"style":123},[1422],{"type":20,"value":325},{"type":15,"tag":110,"props":1424,"children":1425},{"style":134},[1426],{"type":20,"value":175},{"type":15,"tag":110,"props":1428,"children":1429},{"style":332},[1430],{"type":20,"value":335},{"type":15,"tag":110,"props":1432,"children":1433},{"style":134},[1434],{"type":20,"value":340},{"type":15,"tag":110,"props":1436,"children":1437},{"style":332},[1438],{"type":20,"value":345},{"type":15,"tag":110,"props":1440,"children":1441},{"style":134},[1442],{"type":20,"value":340},{"type":15,"tag":110,"props":1444,"children":1445},{"style":332},[1446],{"type":20,"value":354},{"type":15,"tag":110,"props":1448,"children":1449},{"style":134},[1450],{"type":20,"value":340},{"type":15,"tag":110,"props":1452,"children":1453},{"style":332},[1454],{"type":20,"value":345},{"type":15,"tag":110,"props":1456,"children":1457},{"style":134},[1458],{"type":20,"value":1459},"), BorderPositions.All);\n",{"type":15,"tag":16,"props":1461,"children":1462},{},[1463,1465,1471],{"type":20,"value":1464},"または、罫線スタイルを ",{"type":15,"tag":47,"props":1466,"children":1468},{"className":1467},[],[1469],{"type":20,"value":1470},"RangeBorderStyle.Empty",{"type":20,"value":1472}," に設定しても罫線を削除できます。",{"type":15,"tag":100,"props":1474,"children":1476},{"className":102,"code":1475,"language":104,"meta":7,"style":7},"// Setting the border style to 'Empty' for a specified range to remove borders\nsheet.SetRangeBorders(new RangePosition(2, 1, 5, 3), BorderPositions.All, RangeBorderStyle.Empty);\n",[1477],{"type":15,"tag":47,"props":1478,"children":1479},{"__ignoreMap":7},[1480,1488],{"type":15,"tag":110,"props":1481,"children":1482},{"class":112,"line":113},[1483],{"type":15,"tag":110,"props":1484,"children":1485},{"style":154},[1486],{"type":20,"value":1487},"// Setting the border style to 'Empty' for a specified range to remove borders\n",{"type":15,"tag":110,"props":1489,"children":1490},{"class":112,"line":140},[1491,1495,1499,1503,1507,1511,1515,1519,1523,1527,1531,1535,1539,1543],{"type":15,"tag":110,"props":1492,"children":1493},{"style":134},[1494],{"type":20,"value":166},{"type":15,"tag":110,"props":1496,"children":1497},{"style":123},[1498],{"type":20,"value":96},{"type":15,"tag":110,"props":1500,"children":1501},{"style":134},[1502],{"type":20,"value":175},{"type":15,"tag":110,"props":1504,"children":1505},{"style":117},[1506],{"type":20,"value":320},{"type":15,"tag":110,"props":1508,"children":1509},{"style":123},[1510],{"type":20,"value":325},{"type":15,"tag":110,"props":1512,"children":1513},{"style":134},[1514],{"type":20,"value":175},{"type":15,"tag":110,"props":1516,"children":1517},{"style":332},[1518],{"type":20,"value":335},{"type":15,"tag":110,"props":1520,"children":1521},{"style":134},[1522],{"type":20,"value":340},{"type":15,"tag":110,"props":1524,"children":1525},{"style":332},[1526],{"type":20,"value":345},{"type":15,"tag":110,"props":1528,"children":1529},{"style":134},[1530],{"type":20,"value":340},{"type":15,"tag":110,"props":1532,"children":1533},{"style":332},[1534],{"type":20,"value":354},{"type":15,"tag":110,"props":1536,"children":1537},{"style":134},[1538],{"type":20,"value":340},{"type":15,"tag":110,"props":1540,"children":1541},{"style":332},[1542],{"type":20,"value":363},{"type":15,"tag":110,"props":1544,"children":1545},{"style":134},[1546],{"type":20,"value":1547},"), BorderPositions.All, RangeBorderStyle.Empty);\n",{"type":15,"tag":265,"props":1549,"children":1551},{"id":1550},"アクションによる罫線の削除",[1552],{"type":20,"value":1550},{"type":15,"tag":16,"props":1554,"children":1555},{},[1556,1558,1563],{"type":20,"value":1557},"操作を元に戻す機能付きで罫線を削除するには、",{"type":15,"tag":47,"props":1559,"children":1561},{"className":1560},[],[1562],{"type":20,"value":294},{"type":20,"value":1564}," メソッドを次のように使用します。",{"type":15,"tag":100,"props":1566,"children":1568},{"className":102,"code":1567,"language":104,"meta":7,"style":7},"reoGridControl.DoAction(reoGridControl.CurrentWorksheet,\n  new RemoveRangeBorderAction(new RangePosition(2, 1, 5, 1), ReoGridBorderPos.All));\n",[1569],{"type":15,"tag":47,"props":1570,"children":1571},{"__ignoreMap":7},[1572,1587],{"type":15,"tag":110,"props":1573,"children":1574},{"class":112,"line":113},[1575,1579,1583],{"type":15,"tag":110,"props":1576,"children":1577},{"style":134},[1578],{"type":20,"value":289},{"type":15,"tag":110,"props":1580,"children":1581},{"style":123},[1582],{"type":20,"value":294},{"type":15,"tag":110,"props":1584,"children":1585},{"style":134},[1586],{"type":20,"value":299},{"type":15,"tag":110,"props":1588,"children":1589},{"class":112,"line":140},[1590,1594,1599,1603,1607,1611,1615,1619,1623,1627,1631,1635,1639,1643],{"type":15,"tag":110,"props":1591,"children":1592},{"style":117},[1593],{"type":20,"value":195},{"type":15,"tag":110,"props":1595,"children":1596},{"style":123},[1597],{"type":20,"value":1598}," RemoveRangeBorderAction",{"type":15,"tag":110,"props":1600,"children":1601},{"style":134},[1602],{"type":20,"value":175},{"type":15,"tag":110,"props":1604,"children":1605},{"style":117},[1606],{"type":20,"value":320},{"type":15,"tag":110,"props":1608,"children":1609},{"style":123},[1610],{"type":20,"value":325},{"type":15,"tag":110,"props":1612,"children":1613},{"style":134},[1614],{"type":20,"value":175},{"type":15,"tag":110,"props":1616,"children":1617},{"style":332},[1618],{"type":20,"value":335},{"type":15,"tag":110,"props":1620,"children":1621},{"style":134},[1622],{"type":20,"value":340},{"type":15,"tag":110,"props":1624,"children":1625},{"style":332},[1626],{"type":20,"value":345},{"type":15,"tag":110,"props":1628,"children":1629},{"style":134},[1630],{"type":20,"value":340},{"type":15,"tag":110,"props":1632,"children":1633},{"style":332},[1634],{"type":20,"value":354},{"type":15,"tag":110,"props":1636,"children":1637},{"style":134},[1638],{"type":20,"value":340},{"type":15,"tag":110,"props":1640,"children":1641},{"style":332},[1642],{"type":20,"value":345},{"type":15,"tag":110,"props":1644,"children":1645},{"style":134},[1646],{"type":20,"value":1647},"), ReoGridBorderPos.All));\n",{"type":15,"tag":16,"props":1649,"children":1650},{},[1651,1653,1659],{"type":20,"value":1652},"このアクションは ",{"type":15,"tag":47,"props":1654,"children":1656},{"className":1655},[],[1657],{"type":20,"value":1658},"Undo",{"type":20,"value":1660}," メソッドを呼び出して取り消すことができます。",{"type":15,"tag":100,"props":1662,"children":1664},{"className":102,"code":1663,"language":104,"meta":7,"style":7},"// Undoing the border removal operation\nreoGridControl.Undo();\n",[1665],{"type":15,"tag":47,"props":1666,"children":1667},{"__ignoreMap":7},[1668,1676],{"type":15,"tag":110,"props":1669,"children":1670},{"class":112,"line":113},[1671],{"type":15,"tag":110,"props":1672,"children":1673},{"style":154},[1674],{"type":20,"value":1675},"// Undoing the border removal operation\n",{"type":15,"tag":110,"props":1677,"children":1678},{"class":112,"line":140},[1679,1683,1687],{"type":15,"tag":110,"props":1680,"children":1681},{"style":134},[1682],{"type":20,"value":289},{"type":15,"tag":110,"props":1684,"children":1685},{"style":123},[1686],{"type":20,"value":1658},{"type":15,"tag":110,"props":1688,"children":1689},{"style":134},[1690],{"type":20,"value":1691},"();\n",{"type":15,"tag":1693,"props":1694,"children":1695},"style",{},[1696],{"type":20,"value":1697},"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":140,"depth":140,"links":1699},[1700,1701,1702,1705,1706,1710],{"id":24,"depth":140,"text":24},{"id":57,"depth":140,"text":57},{"id":83,"depth":140,"text":83,"children":1703},[1704],{"id":267,"depth":150,"text":267},{"id":455,"depth":140,"text":455},{"id":563,"depth":140,"text":563,"children":1707},[1708,1709],{"id":580,"depth":150,"text":580},{"id":641,"depth":150,"text":641},{"id":1370,"depth":140,"text":1370,"children":1711},[1712],{"id":1550,"depth":150,"text":1550},"markdown","content:document:6.cell:4.border.md","content","document/6.cell/4.border.md","document/6.cell/4.border","md",{"loc":4},[1721,2044,2047,2050,2053,2056,2059,2062,2065],{"title":1722,"_path":1723,"children":1724},"Document","/document",[1725,1736,1741,1773,1790,1819,1849,1869,1883,1906,1917,1933,1956,1967,1987,2007,2036],{"title":1726,"_path":1727,"children":1728},"はじめに","/document/getting-started",[1729,1730,1733],{"title":1726,"_path":1727},{"title":1731,"_path":1732},"インストール","/document/getting-started/installation",{"title":1734,"_path":1735},"V3 から V4 への移行ガイド","/document/getting-started/migrate-from-v3",{"title":1737,"_path":1738,"children":1739},"ワークブック","/document/workbook",[1740],{"title":1737,"_path":1738},{"title":1742,"_path":1743,"children":1744},"ワークシート","/document/worksheet",[1745,1746,1749,1752,1755,1758,1761,1764,1767,1770],{"title":1742,"_path":1743},{"title":1747,"_path":1748},"行、列、ヘッダー","/document/worksheet/row-and-column",{"title":1750,"_path":1751},"範囲","/document/worksheet/range",{"title":1753,"_path":1754},"名前付き範囲","/document/worksheet/named-range",{"title":1756,"_path":1757},"セルの結合と解除","/document/worksheet/merge-and-unmerge",{"title":1759,"_path":1760},"パーシャルグリッド","/document/worksheet/partial-grid",{"title":1762,"_path":1763},"複数行ヘッダー","/document/worksheet/multiple-row-header",{"title":1765,"_path":1766},"ウィンドウ枠の固定","/document/worksheet/freeze",{"title":1768,"_path":1769},"ズーム","/document/worksheet/zoom",{"title":1771,"_path":1772},"設定とオプション","/document/worksheet/settings",{"title":1774,"_path":1775,"children":1776},"選択とナビゲーション","/document/selection",[1777,1778,1781,1784,1787],{"title":1774,"_path":1775},{"title":1779,"_path":1780},"フォーカスと選択","/document/selection/selection",{"title":1782,"_path":1783},"範囲の選択","/document/selection/pick-range",{"title":1785,"_path":1786},"クリップボード","/document/selection/clipboard",{"title":1788,"_path":1789},"テキスト検索","/document/selection/text-search",{"title":1791,"_path":1792,"children":1793},"データ管理","/document/data",[1794,1795,1798,1801,1804,1807,1810,1813,1816],{"title":1791,"_path":1792},{"title":1796,"_path":1797},"データソース","/document/data/datasource",{"title":1799,"_path":1800},"データフィルタリング","/document/data/data-filtering",{"title":1802,"_path":1803},"組み込みオートフィルター","/document/data/builtin-autofilter",{"title":1805,"_path":1806},"条件付きフィルター","/document/data/conditional-filter",{"title":1808,"_path":1809},"条件付きスタイル","/document/data/conditional-styles",{"title":1811,"_path":1812},"グループとアウトライン","/document/data/group-and-outline",{"title":1814,"_path":1815},"データバリデーション","/document/data/data-validation",{"title":1817,"_path":1818},"保護とロック","/document/data/protection",{"title":1820,"_path":1821,"children":1822},"セル","/document/cell",[1823,1824,1827,1830,1831,1834,1837,1840,1843,1846],{"title":1820,"_path":1821},{"title":1825,"_path":1826},"セルの編集","/document/cell/cell-edit",{"title":1828,"_path":1829},"スタイル","/document/cell/style",{"title":8,"_path":4},{"title":1832,"_path":1833},"データ書式","/document/cell/data-format",{"title":1835,"_path":1836},"カスタムデータフォーマッター","/document/cell/custom-data-formatter",{"title":1838,"_path":1839},"データ連続入力","/document/cell/auto-fill",{"title":1841,"_path":1842},"リッチフォーマットテキスト","/document/cell/rich-format-text",{"title":1844,"_path":1845},"セルテキストの回転","/document/cell/rotate-cell-text",{"title":1847,"_path":1848},"セルの反復処理","/document/cell/iterate-cells",{"title":1850,"_path":1851,"children":1852},"セルタイプ","/document/cell-types",[1853,1854,1857,1860,1863,1866],{"title":1850,"_path":1851},{"title":1855,"_path":1856},"組み込みセルタイプ","/document/cell-types/built-in-cell-types",{"title":1858,"_path":1859},"カスタムセル","/document/cell-types/custom-cell",{"title":1861,"_path":1862},"ドロップダウンリストセル","/document/cell-types/dropdown-list-cell",{"title":1864,"_path":1865},"コンボリストセル","/document/cell-types/combo-list-cell",{"title":1867,"_path":1868},"列全体のセルタイプ","/document/cell-types/cells-type-for-entire-column",{"title":1870,"_path":1871,"children":1872},"数式","/document/formula",[1873,1874,1877,1880],{"title":1870,"_path":1871},{"title":1875,"_path":1876},"カスタム関数","/document/formula/custom-function",{"title":1878,"_path":1879},"数式関数","/document/formula/formula-functions",{"title":1881,"_path":1882},"VLOOKUP","/document/formula/vlookup",{"title":1884,"_path":1885,"children":1886},"チャート","/document/chart",[1887,1888,1891,1894,1897,1900,1903],{"title":1884,"_path":1885},{"title":1889,"_path":1890},"縦棒グラフ","/document/chart/column-chart",{"title":1892,"_path":1893},"横棒グラフ","/document/chart/bar-chart",{"title":1895,"_path":1896},"折れ線グラフ","/document/chart/line-chart",{"title":1898,"_path":1899},"面グラフ","/document/chart/area-chart",{"title":1901,"_path":1902},"2D円グラフ","/document/chart/pie-2d-chart",{"title":1904,"_path":1905},"ドーナツグラフ","/document/chart/doughnut-chart",{"title":1907,"_path":1908,"children":1909},"フローティングオブジェクト","/document/floating",[1910,1911,1914],{"title":1907,"_path":1908},{"title":1912,"_path":1913},"描画シェイプ","/document/floating/drawing-shapes",{"title":1915,"_path":1916},"フローティング画像","/document/floating/floating-image",{"title":1918,"_path":1919,"children":1920},"イベント","/document/events",[1921,1922,1924,1927,1930],{"title":1918,"_path":1919},{"title":1918,"_path":1923},"/document/events/events",{"title":1925,"_path":1926},"キーボードイベント","/document/events/keyboard-events",{"title":1928,"_path":1929},"マウスイベント","/document/events/mouse-events",{"title":1931,"_path":1932},"SelectionRangeChanged","/document/events/selection-events",{"title":1934,"_path":1935,"children":1936},"カスタマイズ","/document/customization",[1937,1938,1941,1944,1947,1950,1953],{"title":1934,"_path":1935},{"title":1939,"_path":1940},"コントロールの外観","/document/customization/control-appearance",{"title":1942,"_path":1943},"シートタブコントロール","/document/customization/sheet-tab-control",{"title":1945,"_path":1946},"使用可能なホットキー","/document/customization/hot-keys",{"title":1948,"_path":1949},"言語ローカライズ","/document/customization/language-localization",{"title":1951,"_path":1952},"アドレスバーと数式バー","/document/customization/formula-bar",{"title":1954,"_path":1955},"ReoGridEditor","/document/customization/editor",{"title":1957,"_path":1958,"children":1959},"アクション","/document/actions",[1960,1961,1964],{"title":1957,"_path":1958},{"title":1962,"_path":1963},"ReoGridアクションフレームワーク","/document/actions/actions",{"title":1965,"_path":1966},"組み込みワークシートアクション","/document/actions/built-in-actions",{"title":1968,"_path":1969,"children":1970},"ファイル形式","/document/io",[1971,1972,1975,1978,1981,1984],{"title":1968,"_path":1969},{"title":1973,"_path":1974},"Excelファイル形式 (xlsx)","/document/io/excel-file-format",{"title":1976,"_path":1977},"CSV形式","/document/io/csv-format",{"title":1979,"_path":1980},"RGF形式","/document/io/rgf-format",{"title":1982,"_path":1983},"Excel形式とRGF形式の違い","/document/io/difference-between-excel-and-rgf-format",{"title":1985,"_path":1986},"HTMLとしてエクスポート","/document/io/export-as-html",{"title":1988,"_path":1989,"children":1990},"高度な機能","/document/advanced",[1991,1992,1995,1998,2001,2004],{"title":1988,"_path":1989},{"title":1993,"_path":1994},"メモリワークブック","/document/advanced/memory-workbook",{"title":1996,"_path":1997},"ページングと印刷","/document/advanced/paging-and-print",{"title":1999,"_path":2000},"コントロールのリセット","/document/advanced/reset-control",{"title":2002,"_path":2003},"パフォーマンス","/document/advanced/performance",{"title":2005,"_path":2006},"設定","/document/advanced/settings",{"title":2008,"_path":2009,"children":2010},"ハウツーガイド","/document/how-to",[2011,2012,2015,2018,2021,2024,2027,2030,2033],{"title":2008,"_path":2009},{"title":2013,"_path":2014},"ReoGridの推奨プラクティス","/document/how-to/recommended-practice-for-using-reogrid",{"title":2016,"_path":2017},"DataTableでスプレッドシートを埋める","/document/how-to/fill-grid-with-datatable",{"title":2019,"_path":2020},"遅延読み込みモードによる大量データの高速読み込み","/document/how-to/fast-load-large-data-with-lazy-load-mode",{"title":2022,"_path":2023},"カスタムドロップダウンセルの作成","/document/how-to/create-custom-drop-down-cell",{"title":2025,"_path":2026},"日付ピッカーセルの作成","/document/how-to/create-date-picker-cell",{"title":2028,"_path":2029},"Excelファイルからすべての画像を読み取る","/document/how-to/read-all-images-from-excel-file",{"title":2031,"_path":2032},"VB.NETでReoGridを使用するためのヒント","/document/how-to/use-reogrid-in-vb-net",{"title":2034,"_path":2035},"全選択チェックボックスヘッダーの作成","/document/how-to/create-select-all-checkbox-header",{"title":2037,"_path":2038,"children":2039},"トラブルシューティング","/document/troubleshooting",[2040,2041],{"title":2037,"_path":2038},{"title":2042,"_path":2043},"PInvoke例外の修正","/document/troubleshooting/fix-pinvoke-exception",{"title":2045,"_path":2046},"エディション・機能一覧","/editions-features",{"title":2048,"_path":2049},"個人情報保護方針","/privacy-policy",{"title":2051,"_path":2052},"動作環境","/requirements",{"title":2054,"_path":2055},"ReoGrid利用許諾契約書","/terms",{"title":2057,"_path":2058},"ReoGrid利用許諾契約書(Ver.3)","/terms-v3",{"title":2060,"_path":2061},"ReoGrid利用許諾契約書(Ver.4)","/terms-v4",{"title":2063,"_path":2064},"ReoGrid 4 トライアルライセンスポリシー","/terms-v4-trial",{"title":2066,"_path":2067},"ReoGrid Web Edition 利用許諾契約書","/terms-web",1786025061109]