[{"data":1,"prerenderedAt":4905},["ShallowReactive",2],{"content-query-qmPLBaXk9n":3,"navigation":4559},{"_path":4,"_dir":5,"_draft":6,"_partial":6,"_locale":7,"title":8,"description":9,"date":10,"body":11,"_type":4552,"_id":4553,"_source":4554,"_file":4555,"_stem":4556,"_extension":4557,"sitemap":4558},"/document/data/group-and-outline","data",false,"","グループとアウトライン","ReoGridは行と列のアウトライン（グループ化）をサポートしており、ワークシートのセクションを折りたたんだり展開したりできます。これは階層データの整理、折りたたみ可能なセクションの作成、サマリービューの構築に便利です。","2014-05-28",{"type":12,"children":13,"toc":4512},"root",[14,21,30,36,42,244,268,323,328,333,426,431,441,536,541,546,685,690,695,766,779,785,885,890,895,1052,1057,1119,1124,1129,1307,1312,1476,1481,1639,1644,1650,1848,1854,1953,1959,2058,2063,2068,2132,2137,2142,2378,2383,2539,2544,2549,2557,2562,2570,2575,2588,2593,2598,2778,2783,2796,2811,2828,2850,2855,3467,3472,3477,3859,3865,3877,3938,3943,3948,4013,4021,4026,4161,4166,4219,4225,4230,4454,4459,4506],{"type":15,"tag":16,"props":17,"children":18},"element","p",{},[19],{"type":20,"value":9},"text",{"type":15,"tag":16,"props":22,"children":23},{},[24],{"type":15,"tag":25,"props":26,"children":29},"img",{"alt":27,"src":28},"29 (1)","/document/images/29-1.png",[],{"type":15,"tag":31,"props":32,"children":34},"h2",{"id":33},"アウトラインの追加",[35],{"type":20,"value":33},{"type":15,"tag":37,"props":38,"children":40},"h3",{"id":39},"行または列のグループ化",[41],{"type":20,"value":39},{"type":15,"tag":43,"props":44,"children":48},"pre",{"className":45,"code":46,"language":47,"meta":7,"style":7},"language-cs shiki shiki-themes github-light github-dark github-light","// Group 5 rows starting at row 3\nsheet.GroupRows(3, 5);\n\n// Group 2 columns starting at column 5\nsheet.GroupColumns(5, 2);\n\n// Generic method using RowOrColumn flag\nsheet.AddOutline(RowOrColumn.Row, 3, 5);\nsheet.AddOutline(RowOrColumn.Column, 5, 2);\n","cs",[49],{"type":15,"tag":50,"props":51,"children":52},"code",{"__ignoreMap":7},[53,65,107,117,126,160,168,177,211],{"type":15,"tag":54,"props":55,"children":58},"span",{"class":56,"line":57},"line",1,[59],{"type":15,"tag":54,"props":60,"children":62},{"style":61},"--shiki-light:#6A737D;--shiki-dark:#6A737D;--shiki-default:#6A737D",[63],{"type":20,"value":64},"// Group 5 rows starting at row 3\n",{"type":15,"tag":54,"props":66,"children":68},{"class":56,"line":67},2,[69,75,81,86,92,97,102],{"type":15,"tag":54,"props":70,"children":72},{"style":71},"--shiki-light:#24292E;--shiki-dark:#E1E4E8;--shiki-default:#24292E",[73],{"type":20,"value":74},"sheet.",{"type":15,"tag":54,"props":76,"children":78},{"style":77},"--shiki-light:#6F42C1;--shiki-dark:#B392F0;--shiki-default:#6F42C1",[79],{"type":20,"value":80},"GroupRows",{"type":15,"tag":54,"props":82,"children":83},{"style":71},[84],{"type":20,"value":85},"(",{"type":15,"tag":54,"props":87,"children":89},{"style":88},"--shiki-light:#005CC5;--shiki-dark:#79B8FF;--shiki-default:#005CC5",[90],{"type":20,"value":91},"3",{"type":15,"tag":54,"props":93,"children":94},{"style":71},[95],{"type":20,"value":96},", ",{"type":15,"tag":54,"props":98,"children":99},{"style":88},[100],{"type":20,"value":101},"5",{"type":15,"tag":54,"props":103,"children":104},{"style":71},[105],{"type":20,"value":106},");\n",{"type":15,"tag":54,"props":108,"children":110},{"class":56,"line":109},3,[111],{"type":15,"tag":54,"props":112,"children":114},{"emptyLinePlaceholder":113},true,[115],{"type":20,"value":116},"\n",{"type":15,"tag":54,"props":118,"children":120},{"class":56,"line":119},4,[121],{"type":15,"tag":54,"props":122,"children":123},{"style":61},[124],{"type":20,"value":125},"// Group 2 columns starting at column 5\n",{"type":15,"tag":54,"props":127,"children":129},{"class":56,"line":128},5,[130,134,139,143,147,151,156],{"type":15,"tag":54,"props":131,"children":132},{"style":71},[133],{"type":20,"value":74},{"type":15,"tag":54,"props":135,"children":136},{"style":77},[137],{"type":20,"value":138},"GroupColumns",{"type":15,"tag":54,"props":140,"children":141},{"style":71},[142],{"type":20,"value":85},{"type":15,"tag":54,"props":144,"children":145},{"style":88},[146],{"type":20,"value":101},{"type":15,"tag":54,"props":148,"children":149},{"style":71},[150],{"type":20,"value":96},{"type":15,"tag":54,"props":152,"children":153},{"style":88},[154],{"type":20,"value":155},"2",{"type":15,"tag":54,"props":157,"children":158},{"style":71},[159],{"type":20,"value":106},{"type":15,"tag":54,"props":161,"children":163},{"class":56,"line":162},6,[164],{"type":15,"tag":54,"props":165,"children":166},{"emptyLinePlaceholder":113},[167],{"type":20,"value":116},{"type":15,"tag":54,"props":169,"children":171},{"class":56,"line":170},7,[172],{"type":15,"tag":54,"props":173,"children":174},{"style":61},[175],{"type":20,"value":176},"// Generic method using RowOrColumn flag\n",{"type":15,"tag":54,"props":178,"children":180},{"class":56,"line":179},8,[181,185,190,195,199,203,207],{"type":15,"tag":54,"props":182,"children":183},{"style":71},[184],{"type":20,"value":74},{"type":15,"tag":54,"props":186,"children":187},{"style":77},[188],{"type":20,"value":189},"AddOutline",{"type":15,"tag":54,"props":191,"children":192},{"style":71},[193],{"type":20,"value":194},"(RowOrColumn.Row, ",{"type":15,"tag":54,"props":196,"children":197},{"style":88},[198],{"type":20,"value":91},{"type":15,"tag":54,"props":200,"children":201},{"style":71},[202],{"type":20,"value":96},{"type":15,"tag":54,"props":204,"children":205},{"style":88},[206],{"type":20,"value":101},{"type":15,"tag":54,"props":208,"children":209},{"style":71},[210],{"type":20,"value":106},{"type":15,"tag":54,"props":212,"children":214},{"class":56,"line":213},9,[215,219,223,228,232,236,240],{"type":15,"tag":54,"props":216,"children":217},{"style":71},[218],{"type":20,"value":74},{"type":15,"tag":54,"props":220,"children":221},{"style":77},[222],{"type":20,"value":189},{"type":15,"tag":54,"props":224,"children":225},{"style":71},[226],{"type":20,"value":227},"(RowOrColumn.Column, ",{"type":15,"tag":54,"props":229,"children":230},{"style":88},[231],{"type":20,"value":101},{"type":15,"tag":54,"props":233,"children":234},{"style":71},[235],{"type":20,"value":96},{"type":15,"tag":54,"props":237,"children":238},{"style":88},[239],{"type":20,"value":155},{"type":15,"tag":54,"props":241,"children":242},{"style":71},[243],{"type":20,"value":106},{"type":15,"tag":16,"props":245,"children":246},{},[247,252,254,259,261,266],{"type":15,"tag":50,"props":248,"children":250},{"className":249},[],[251],{"type":20,"value":189},{"type":20,"value":253}," および ",{"type":15,"tag":50,"props":255,"children":257},{"className":256},[],[258],{"type":20,"value":80},{"type":20,"value":260},"/",{"type":15,"tag":50,"props":262,"children":264},{"className":263},[],[265],{"type":20,"value":138},{"type":20,"value":267}," メソッドは、作成されたアウトラインインスタンスを返します：",{"type":15,"tag":43,"props":269,"children":271},{"className":45,"code":270,"language":47,"meta":7,"style":7},"var outline = sheet.GroupRows(3, 5);\n",[272],{"type":15,"tag":50,"props":273,"children":274},{"__ignoreMap":7},[275],{"type":15,"tag":54,"props":276,"children":277},{"class":56,"line":57},[278,284,289,294,299,303,307,311,315,319],{"type":15,"tag":54,"props":279,"children":281},{"style":280},"--shiki-light:#D73A49;--shiki-dark:#F97583;--shiki-default:#D73A49",[282],{"type":20,"value":283},"var",{"type":15,"tag":54,"props":285,"children":286},{"style":77},[287],{"type":20,"value":288}," outline",{"type":15,"tag":54,"props":290,"children":291},{"style":280},[292],{"type":20,"value":293}," =",{"type":15,"tag":54,"props":295,"children":296},{"style":71},[297],{"type":20,"value":298}," sheet.",{"type":15,"tag":54,"props":300,"children":301},{"style":77},[302],{"type":20,"value":80},{"type":15,"tag":54,"props":304,"children":305},{"style":71},[306],{"type":20,"value":85},{"type":15,"tag":54,"props":308,"children":309},{"style":88},[310],{"type":20,"value":91},{"type":15,"tag":54,"props":312,"children":313},{"style":71},[314],{"type":20,"value":96},{"type":15,"tag":54,"props":316,"children":317},{"style":88},[318],{"type":20,"value":101},{"type":15,"tag":54,"props":320,"children":321},{"style":71},[322],{"type":20,"value":106},{"type":15,"tag":37,"props":324,"children":326},{"id":325},"ネストされたアウトライン",[327],{"type":20,"value":325},{"type":15,"tag":16,"props":329,"children":330},{},[331],{"type":20,"value":332},"アウトラインは最大10レベルまでネストできます。各レベルはアウトラインパネルで別のグループとして表示されます：",{"type":15,"tag":43,"props":334,"children":336},{"className":45,"code":335,"language":47,"meta":7,"style":7},"// Level 1: Group rows 2–8\nsheet.GroupRows(2, 7);\n\n// Level 2: Sub-group rows 3–5\nsheet.GroupRows(3, 3);\n",[337],{"type":15,"tag":50,"props":338,"children":339},{"__ignoreMap":7},[340,348,380,387,395],{"type":15,"tag":54,"props":341,"children":342},{"class":56,"line":57},[343],{"type":15,"tag":54,"props":344,"children":345},{"style":61},[346],{"type":20,"value":347},"// Level 1: Group rows 2–8\n",{"type":15,"tag":54,"props":349,"children":350},{"class":56,"line":67},[351,355,359,363,367,371,376],{"type":15,"tag":54,"props":352,"children":353},{"style":71},[354],{"type":20,"value":74},{"type":15,"tag":54,"props":356,"children":357},{"style":77},[358],{"type":20,"value":80},{"type":15,"tag":54,"props":360,"children":361},{"style":71},[362],{"type":20,"value":85},{"type":15,"tag":54,"props":364,"children":365},{"style":88},[366],{"type":20,"value":155},{"type":15,"tag":54,"props":368,"children":369},{"style":71},[370],{"type":20,"value":96},{"type":15,"tag":54,"props":372,"children":373},{"style":88},[374],{"type":20,"value":375},"7",{"type":15,"tag":54,"props":377,"children":378},{"style":71},[379],{"type":20,"value":106},{"type":15,"tag":54,"props":381,"children":382},{"class":56,"line":109},[383],{"type":15,"tag":54,"props":384,"children":385},{"emptyLinePlaceholder":113},[386],{"type":20,"value":116},{"type":15,"tag":54,"props":388,"children":389},{"class":56,"line":119},[390],{"type":15,"tag":54,"props":391,"children":392},{"style":61},[393],{"type":20,"value":394},"// Level 2: Sub-group rows 3–5\n",{"type":15,"tag":54,"props":396,"children":397},{"class":56,"line":128},[398,402,406,410,414,418,422],{"type":15,"tag":54,"props":399,"children":400},{"style":71},[401],{"type":20,"value":74},{"type":15,"tag":54,"props":403,"children":404},{"style":77},[405],{"type":20,"value":80},{"type":15,"tag":54,"props":407,"children":408},{"style":71},[409],{"type":20,"value":85},{"type":15,"tag":54,"props":411,"children":412},{"style":88},[413],{"type":20,"value":91},{"type":15,"tag":54,"props":415,"children":416},{"style":71},[417],{"type":20,"value":96},{"type":15,"tag":54,"props":419,"children":420},{"style":88},[421],{"type":20,"value":91},{"type":15,"tag":54,"props":423,"children":424},{"style":71},[425],{"type":20,"value":106},{"type":15,"tag":37,"props":427,"children":429},{"id":428},"例外",[430],{"type":20,"value":428},{"type":15,"tag":16,"props":432,"children":433},{},[434,439],{"type":15,"tag":50,"props":435,"children":437},{"className":436},[],[438],{"type":20,"value":189},{"type":20,"value":440}," は以下の例外をスローする場合があります：",{"type":15,"tag":442,"props":443,"children":444},"table",{},[445,463],{"type":15,"tag":446,"props":447,"children":448},"thead",{},[449],{"type":15,"tag":450,"props":451,"children":452},"tr",{},[453,458],{"type":15,"tag":454,"props":455,"children":456},"th",{},[457],{"type":20,"value":428},{"type":15,"tag":454,"props":459,"children":460},{},[461],{"type":20,"value":462},"説明",{"type":15,"tag":464,"props":465,"children":466},"tbody",{},[467,485,502,519],{"type":15,"tag":450,"props":468,"children":469},{},[470,480],{"type":15,"tag":471,"props":472,"children":473},"td",{},[474],{"type":15,"tag":50,"props":475,"children":477},{"className":476},[],[478],{"type":20,"value":479},"OutlineIntersectedException",{"type":15,"tag":471,"props":481,"children":482},{},[483],{"type":20,"value":484},"同じレベルの既存のアウトラインと重複している",{"type":15,"tag":450,"props":486,"children":487},{},[488,497],{"type":15,"tag":471,"props":489,"children":490},{},[491],{"type":15,"tag":50,"props":492,"children":494},{"className":493},[],[495],{"type":20,"value":496},"OutlineAlreadyDefinedException",{"type":15,"tag":471,"props":498,"children":499},{},[500],{"type":20,"value":501},"同一のアウトラインが既に存在する",{"type":15,"tag":450,"props":503,"children":504},{},[505,514],{"type":15,"tag":471,"props":506,"children":507},{},[508],{"type":15,"tag":50,"props":509,"children":511},{"className":510},[],[512],{"type":20,"value":513},"OutlineTooMuchException",{"type":15,"tag":471,"props":515,"children":516},{},[517],{"type":20,"value":518},"アウトラインレベルの最大値10に達した",{"type":15,"tag":450,"props":520,"children":521},{},[522,531],{"type":15,"tag":471,"props":523,"children":524},{},[525],{"type":15,"tag":50,"props":526,"children":528},{"className":527},[],[529],{"type":20,"value":530},"OutlineOutOfRangeException",{"type":15,"tag":471,"props":532,"children":533},{},[534],{"type":20,"value":535},"位置がワークシートの範囲外（最後の行/列は含められない）",{"type":15,"tag":31,"props":537,"children":539},{"id":538},"折りたたみと展開",[540],{"type":20,"value":538},{"type":15,"tag":37,"props":542,"children":544},{"id":543},"アウトラインインスタンスによる操作",[545],{"type":20,"value":543},{"type":15,"tag":43,"props":547,"children":549},{"className":45,"code":548,"language":47,"meta":7,"style":7},"var outline = sheet.GroupRows(3, 5);\n\noutline.Collapse();   // Collapse (hide grouped rows)\noutline.Expand();     // Expand (show grouped rows)\n\n// Check state\nbool isCollapsed = outline.Collapsed;\n",[550],{"type":15,"tag":50,"props":551,"children":552},{"__ignoreMap":7},[553,596,603,626,648,655,663],{"type":15,"tag":54,"props":554,"children":555},{"class":56,"line":57},[556,560,564,568,572,576,580,584,588,592],{"type":15,"tag":54,"props":557,"children":558},{"style":280},[559],{"type":20,"value":283},{"type":15,"tag":54,"props":561,"children":562},{"style":77},[563],{"type":20,"value":288},{"type":15,"tag":54,"props":565,"children":566},{"style":280},[567],{"type":20,"value":293},{"type":15,"tag":54,"props":569,"children":570},{"style":71},[571],{"type":20,"value":298},{"type":15,"tag":54,"props":573,"children":574},{"style":77},[575],{"type":20,"value":80},{"type":15,"tag":54,"props":577,"children":578},{"style":71},[579],{"type":20,"value":85},{"type":15,"tag":54,"props":581,"children":582},{"style":88},[583],{"type":20,"value":91},{"type":15,"tag":54,"props":585,"children":586},{"style":71},[587],{"type":20,"value":96},{"type":15,"tag":54,"props":589,"children":590},{"style":88},[591],{"type":20,"value":101},{"type":15,"tag":54,"props":593,"children":594},{"style":71},[595],{"type":20,"value":106},{"type":15,"tag":54,"props":597,"children":598},{"class":56,"line":67},[599],{"type":15,"tag":54,"props":600,"children":601},{"emptyLinePlaceholder":113},[602],{"type":20,"value":116},{"type":15,"tag":54,"props":604,"children":605},{"class":56,"line":109},[606,611,616,621],{"type":15,"tag":54,"props":607,"children":608},{"style":71},[609],{"type":20,"value":610},"outline.",{"type":15,"tag":54,"props":612,"children":613},{"style":77},[614],{"type":20,"value":615},"Collapse",{"type":15,"tag":54,"props":617,"children":618},{"style":71},[619],{"type":20,"value":620},"();   ",{"type":15,"tag":54,"props":622,"children":623},{"style":61},[624],{"type":20,"value":625},"// Collapse (hide grouped rows)\n",{"type":15,"tag":54,"props":627,"children":628},{"class":56,"line":119},[629,633,638,643],{"type":15,"tag":54,"props":630,"children":631},{"style":71},[632],{"type":20,"value":610},{"type":15,"tag":54,"props":634,"children":635},{"style":77},[636],{"type":20,"value":637},"Expand",{"type":15,"tag":54,"props":639,"children":640},{"style":71},[641],{"type":20,"value":642},"();     ",{"type":15,"tag":54,"props":644,"children":645},{"style":61},[646],{"type":20,"value":647},"// Expand (show grouped rows)\n",{"type":15,"tag":54,"props":649,"children":650},{"class":56,"line":128},[651],{"type":15,"tag":54,"props":652,"children":653},{"emptyLinePlaceholder":113},[654],{"type":20,"value":116},{"type":15,"tag":54,"props":656,"children":657},{"class":56,"line":162},[658],{"type":15,"tag":54,"props":659,"children":660},{"style":61},[661],{"type":20,"value":662},"// Check state\n",{"type":15,"tag":54,"props":664,"children":665},{"class":56,"line":170},[666,671,676,680],{"type":15,"tag":54,"props":667,"children":668},{"style":280},[669],{"type":20,"value":670},"bool",{"type":15,"tag":54,"props":672,"children":673},{"style":77},[674],{"type":20,"value":675}," isCollapsed",{"type":15,"tag":54,"props":677,"children":678},{"style":280},[679],{"type":20,"value":293},{"type":15,"tag":54,"props":681,"children":682},{"style":71},[683],{"type":20,"value":684}," outline.Collapsed;\n",{"type":15,"tag":37,"props":686,"children":688},{"id":687},"ワークシートメソッドによる操作",[689],{"type":20,"value":687},{"type":15,"tag":16,"props":691,"children":692},{},[693],{"type":20,"value":694},"開始位置とカウントでアウトラインを指定します：",{"type":15,"tag":43,"props":696,"children":698},{"className":45,"code":697,"language":47,"meta":7,"style":7},"sheet.CollapseOutline(RowOrColumn.Row, 3, 5);\nsheet.ExpandOutline(RowOrColumn.Row, 3, 5);\n",[699],{"type":15,"tag":50,"props":700,"children":701},{"__ignoreMap":7},[702,734],{"type":15,"tag":54,"props":703,"children":704},{"class":56,"line":57},[705,709,714,718,722,726,730],{"type":15,"tag":54,"props":706,"children":707},{"style":71},[708],{"type":20,"value":74},{"type":15,"tag":54,"props":710,"children":711},{"style":77},[712],{"type":20,"value":713},"CollapseOutline",{"type":15,"tag":54,"props":715,"children":716},{"style":71},[717],{"type":20,"value":194},{"type":15,"tag":54,"props":719,"children":720},{"style":88},[721],{"type":20,"value":91},{"type":15,"tag":54,"props":723,"children":724},{"style":71},[725],{"type":20,"value":96},{"type":15,"tag":54,"props":727,"children":728},{"style":88},[729],{"type":20,"value":101},{"type":15,"tag":54,"props":731,"children":732},{"style":71},[733],{"type":20,"value":106},{"type":15,"tag":54,"props":735,"children":736},{"class":56,"line":67},[737,741,746,750,754,758,762],{"type":15,"tag":54,"props":738,"children":739},{"style":71},[740],{"type":20,"value":74},{"type":15,"tag":54,"props":742,"children":743},{"style":77},[744],{"type":20,"value":745},"ExpandOutline",{"type":15,"tag":54,"props":747,"children":748},{"style":71},[749],{"type":20,"value":194},{"type":15,"tag":54,"props":751,"children":752},{"style":88},[753],{"type":20,"value":91},{"type":15,"tag":54,"props":755,"children":756},{"style":71},[757],{"type":20,"value":96},{"type":15,"tag":54,"props":759,"children":760},{"style":88},[761],{"type":20,"value":101},{"type":15,"tag":54,"props":763,"children":764},{"style":71},[765],{"type":20,"value":106},{"type":15,"tag":16,"props":767,"children":768},{},[769,771,777],{"type":20,"value":770},"これらのメソッドはアウトラインインスタンスを返します。一致するアウトラインがない場合は ",{"type":15,"tag":50,"props":772,"children":774},{"className":773},[],[775],{"type":20,"value":776},"OutlineNotFoundException",{"type":20,"value":778}," をスローします。",{"type":15,"tag":37,"props":780,"children":782},{"id":781},"グループレベル全体の折りたたみ展開",[783],{"type":20,"value":784},"グループレベル全体の折りたたみ/展開",{"type":15,"tag":43,"props":786,"children":788},{"className":45,"code":787,"language":47,"meta":7,"style":7},"// Get a specific outline group level (zero-based)\nvar group = sheet.GetOutlineGroup(RowOrColumn.Row, 0);  // Level 0\n\ngroup.CollapseAll();\ngroup.ExpandAll();\n",[789],{"type":15,"tag":50,"props":790,"children":791},{"__ignoreMap":7},[792,800,844,851,869],{"type":15,"tag":54,"props":793,"children":794},{"class":56,"line":57},[795],{"type":15,"tag":54,"props":796,"children":797},{"style":61},[798],{"type":20,"value":799},"// Get a specific outline group level (zero-based)\n",{"type":15,"tag":54,"props":801,"children":802},{"class":56,"line":67},[803,807,812,816,820,825,829,834,839],{"type":15,"tag":54,"props":804,"children":805},{"style":280},[806],{"type":20,"value":283},{"type":15,"tag":54,"props":808,"children":809},{"style":77},[810],{"type":20,"value":811}," group",{"type":15,"tag":54,"props":813,"children":814},{"style":280},[815],{"type":20,"value":293},{"type":15,"tag":54,"props":817,"children":818},{"style":71},[819],{"type":20,"value":298},{"type":15,"tag":54,"props":821,"children":822},{"style":77},[823],{"type":20,"value":824},"GetOutlineGroup",{"type":15,"tag":54,"props":826,"children":827},{"style":71},[828],{"type":20,"value":194},{"type":15,"tag":54,"props":830,"children":831},{"style":88},[832],{"type":20,"value":833},"0",{"type":15,"tag":54,"props":835,"children":836},{"style":71},[837],{"type":20,"value":838},");  ",{"type":15,"tag":54,"props":840,"children":841},{"style":61},[842],{"type":20,"value":843},"// Level 0\n",{"type":15,"tag":54,"props":845,"children":846},{"class":56,"line":109},[847],{"type":15,"tag":54,"props":848,"children":849},{"emptyLinePlaceholder":113},[850],{"type":20,"value":116},{"type":15,"tag":54,"props":852,"children":853},{"class":56,"line":119},[854,859,864],{"type":15,"tag":54,"props":855,"children":856},{"style":71},[857],{"type":20,"value":858},"group.",{"type":15,"tag":54,"props":860,"children":861},{"style":77},[862],{"type":20,"value":863},"CollapseAll",{"type":15,"tag":54,"props":865,"children":866},{"style":71},[867],{"type":20,"value":868},"();\n",{"type":15,"tag":54,"props":870,"children":871},{"class":56,"line":128},[872,876,881],{"type":15,"tag":54,"props":873,"children":874},{"style":71},[875],{"type":20,"value":858},{"type":15,"tag":54,"props":877,"children":878},{"style":77},[879],{"type":20,"value":880},"ExpandAll",{"type":15,"tag":54,"props":882,"children":883},{"style":71},[884],{"type":20,"value":868},{"type":15,"tag":31,"props":886,"children":888},{"id":887},"アウトラインの削除",[889],{"type":20,"value":887},{"type":15,"tag":37,"props":891,"children":893},{"id":892},"特定のアウトラインを削除",[894],{"type":20,"value":892},{"type":15,"tag":43,"props":896,"children":898},{"className":45,"code":897,"language":47,"meta":7,"style":7},"// By position and count\nsheet.RemoveOutline(RowOrColumn.Row, 3, 5);\n\n// By instance\nsheet.RemoveOutline(outline);\n\n// Using shorthand methods\nsheet.UngroupRows(3, 5);\nsheet.UngroupColumns(5, 2);\n",[899],{"type":15,"tag":50,"props":900,"children":901},{"__ignoreMap":7},[902,910,942,949,957,973,980,988,1020],{"type":15,"tag":54,"props":903,"children":904},{"class":56,"line":57},[905],{"type":15,"tag":54,"props":906,"children":907},{"style":61},[908],{"type":20,"value":909},"// By position and count\n",{"type":15,"tag":54,"props":911,"children":912},{"class":56,"line":67},[913,917,922,926,930,934,938],{"type":15,"tag":54,"props":914,"children":915},{"style":71},[916],{"type":20,"value":74},{"type":15,"tag":54,"props":918,"children":919},{"style":77},[920],{"type":20,"value":921},"RemoveOutline",{"type":15,"tag":54,"props":923,"children":924},{"style":71},[925],{"type":20,"value":194},{"type":15,"tag":54,"props":927,"children":928},{"style":88},[929],{"type":20,"value":91},{"type":15,"tag":54,"props":931,"children":932},{"style":71},[933],{"type":20,"value":96},{"type":15,"tag":54,"props":935,"children":936},{"style":88},[937],{"type":20,"value":101},{"type":15,"tag":54,"props":939,"children":940},{"style":71},[941],{"type":20,"value":106},{"type":15,"tag":54,"props":943,"children":944},{"class":56,"line":109},[945],{"type":15,"tag":54,"props":946,"children":947},{"emptyLinePlaceholder":113},[948],{"type":20,"value":116},{"type":15,"tag":54,"props":950,"children":951},{"class":56,"line":119},[952],{"type":15,"tag":54,"props":953,"children":954},{"style":61},[955],{"type":20,"value":956},"// By instance\n",{"type":15,"tag":54,"props":958,"children":959},{"class":56,"line":128},[960,964,968],{"type":15,"tag":54,"props":961,"children":962},{"style":71},[963],{"type":20,"value":74},{"type":15,"tag":54,"props":965,"children":966},{"style":77},[967],{"type":20,"value":921},{"type":15,"tag":54,"props":969,"children":970},{"style":71},[971],{"type":20,"value":972},"(outline);\n",{"type":15,"tag":54,"props":974,"children":975},{"class":56,"line":162},[976],{"type":15,"tag":54,"props":977,"children":978},{"emptyLinePlaceholder":113},[979],{"type":20,"value":116},{"type":15,"tag":54,"props":981,"children":982},{"class":56,"line":170},[983],{"type":15,"tag":54,"props":984,"children":985},{"style":61},[986],{"type":20,"value":987},"// Using shorthand methods\n",{"type":15,"tag":54,"props":989,"children":990},{"class":56,"line":179},[991,995,1000,1004,1008,1012,1016],{"type":15,"tag":54,"props":992,"children":993},{"style":71},[994],{"type":20,"value":74},{"type":15,"tag":54,"props":996,"children":997},{"style":77},[998],{"type":20,"value":999},"UngroupRows",{"type":15,"tag":54,"props":1001,"children":1002},{"style":71},[1003],{"type":20,"value":85},{"type":15,"tag":54,"props":1005,"children":1006},{"style":88},[1007],{"type":20,"value":91},{"type":15,"tag":54,"props":1009,"children":1010},{"style":71},[1011],{"type":20,"value":96},{"type":15,"tag":54,"props":1013,"children":1014},{"style":88},[1015],{"type":20,"value":101},{"type":15,"tag":54,"props":1017,"children":1018},{"style":71},[1019],{"type":20,"value":106},{"type":15,"tag":54,"props":1021,"children":1022},{"class":56,"line":213},[1023,1027,1032,1036,1040,1044,1048],{"type":15,"tag":54,"props":1024,"children":1025},{"style":71},[1026],{"type":20,"value":74},{"type":15,"tag":54,"props":1028,"children":1029},{"style":77},[1030],{"type":20,"value":1031},"UngroupColumns",{"type":15,"tag":54,"props":1033,"children":1034},{"style":71},[1035],{"type":20,"value":85},{"type":15,"tag":54,"props":1037,"children":1038},{"style":88},[1039],{"type":20,"value":101},{"type":15,"tag":54,"props":1041,"children":1042},{"style":71},[1043],{"type":20,"value":96},{"type":15,"tag":54,"props":1045,"children":1046},{"style":88},[1047],{"type":20,"value":155},{"type":15,"tag":54,"props":1049,"children":1050},{"style":71},[1051],{"type":20,"value":106},{"type":15,"tag":37,"props":1053,"children":1055},{"id":1054},"すべてのアウトラインを削除",[1056],{"type":20,"value":1054},{"type":15,"tag":43,"props":1058,"children":1060},{"className":45,"code":1059,"language":47,"meta":7,"style":7},"// Remove all row outlines\nsheet.UngroupAllRows();\n\n// Remove all column outlines\nsheet.UngroupAllColumns();\n",[1061],{"type":15,"tag":50,"props":1062,"children":1063},{"__ignoreMap":7},[1064,1072,1088,1095,1103],{"type":15,"tag":54,"props":1065,"children":1066},{"class":56,"line":57},[1067],{"type":15,"tag":54,"props":1068,"children":1069},{"style":61},[1070],{"type":20,"value":1071},"// Remove all row outlines\n",{"type":15,"tag":54,"props":1073,"children":1074},{"class":56,"line":67},[1075,1079,1084],{"type":15,"tag":54,"props":1076,"children":1077},{"style":71},[1078],{"type":20,"value":74},{"type":15,"tag":54,"props":1080,"children":1081},{"style":77},[1082],{"type":20,"value":1083},"UngroupAllRows",{"type":15,"tag":54,"props":1085,"children":1086},{"style":71},[1087],{"type":20,"value":868},{"type":15,"tag":54,"props":1089,"children":1090},{"class":56,"line":109},[1091],{"type":15,"tag":54,"props":1092,"children":1093},{"emptyLinePlaceholder":113},[1094],{"type":20,"value":116},{"type":15,"tag":54,"props":1096,"children":1097},{"class":56,"line":119},[1098],{"type":15,"tag":54,"props":1099,"children":1100},{"style":61},[1101],{"type":20,"value":1102},"// Remove all column outlines\n",{"type":15,"tag":54,"props":1104,"children":1105},{"class":56,"line":128},[1106,1110,1115],{"type":15,"tag":54,"props":1107,"children":1108},{"style":71},[1109],{"type":20,"value":74},{"type":15,"tag":54,"props":1111,"children":1112},{"style":77},[1113],{"type":20,"value":1114},"UngroupAllColumns",{"type":15,"tag":54,"props":1116,"children":1117},{"style":71},[1118],{"type":20,"value":868},{"type":15,"tag":31,"props":1120,"children":1122},{"id":1121},"アウトラインへのアクセス",[1123],{"type":20,"value":1121},{"type":15,"tag":37,"props":1125,"children":1127},{"id":1126},"特定のアウトラインの取得",[1128],{"type":20,"value":1126},{"type":15,"tag":43,"props":1130,"children":1132},{"className":45,"code":1131,"language":47,"meta":7,"style":7},"var outline = sheet.GetOutline(RowOrColumn.Row, 3, 5);\nif (outline != null)\n{\n    Console.WriteLine($\"Outline: {outline.Start} to {outline.End}, collapsed: {outline.Collapsed}\");\n}\n",[1133],{"type":15,"tag":50,"props":1134,"children":1135},{"__ignoreMap":7},[1136,1180,1208,1216,1299],{"type":15,"tag":54,"props":1137,"children":1138},{"class":56,"line":57},[1139,1143,1147,1151,1155,1160,1164,1168,1172,1176],{"type":15,"tag":54,"props":1140,"children":1141},{"style":280},[1142],{"type":20,"value":283},{"type":15,"tag":54,"props":1144,"children":1145},{"style":77},[1146],{"type":20,"value":288},{"type":15,"tag":54,"props":1148,"children":1149},{"style":280},[1150],{"type":20,"value":293},{"type":15,"tag":54,"props":1152,"children":1153},{"style":71},[1154],{"type":20,"value":298},{"type":15,"tag":54,"props":1156,"children":1157},{"style":77},[1158],{"type":20,"value":1159},"GetOutline",{"type":15,"tag":54,"props":1161,"children":1162},{"style":71},[1163],{"type":20,"value":194},{"type":15,"tag":54,"props":1165,"children":1166},{"style":88},[1167],{"type":20,"value":91},{"type":15,"tag":54,"props":1169,"children":1170},{"style":71},[1171],{"type":20,"value":96},{"type":15,"tag":54,"props":1173,"children":1174},{"style":88},[1175],{"type":20,"value":101},{"type":15,"tag":54,"props":1177,"children":1178},{"style":71},[1179],{"type":20,"value":106},{"type":15,"tag":54,"props":1181,"children":1182},{"class":56,"line":67},[1183,1188,1193,1198,1203],{"type":15,"tag":54,"props":1184,"children":1185},{"style":280},[1186],{"type":20,"value":1187},"if",{"type":15,"tag":54,"props":1189,"children":1190},{"style":71},[1191],{"type":20,"value":1192}," (outline ",{"type":15,"tag":54,"props":1194,"children":1195},{"style":280},[1196],{"type":20,"value":1197},"!=",{"type":15,"tag":54,"props":1199,"children":1200},{"style":88},[1201],{"type":20,"value":1202}," null",{"type":15,"tag":54,"props":1204,"children":1205},{"style":71},[1206],{"type":20,"value":1207},")\n",{"type":15,"tag":54,"props":1209,"children":1210},{"class":56,"line":109},[1211],{"type":15,"tag":54,"props":1212,"children":1213},{"style":71},[1214],{"type":20,"value":1215},"{\n",{"type":15,"tag":54,"props":1217,"children":1218},{"class":56,"line":119},[1219,1224,1229,1233,1239,1244,1249,1254,1259,1263,1267,1272,1277,1281,1285,1290,1295],{"type":15,"tag":54,"props":1220,"children":1221},{"style":71},[1222],{"type":20,"value":1223},"    Console.",{"type":15,"tag":54,"props":1225,"children":1226},{"style":77},[1227],{"type":20,"value":1228},"WriteLine",{"type":15,"tag":54,"props":1230,"children":1231},{"style":71},[1232],{"type":20,"value":85},{"type":15,"tag":54,"props":1234,"children":1236},{"style":1235},"--shiki-light:#032F62;--shiki-dark:#9ECBFF;--shiki-default:#032F62",[1237],{"type":20,"value":1238},"$\"Outline: {",{"type":15,"tag":54,"props":1240,"children":1241},{"style":71},[1242],{"type":20,"value":1243},"outline",{"type":15,"tag":54,"props":1245,"children":1246},{"style":1235},[1247],{"type":20,"value":1248},".",{"type":15,"tag":54,"props":1250,"children":1251},{"style":71},[1252],{"type":20,"value":1253},"Start",{"type":15,"tag":54,"props":1255,"children":1256},{"style":1235},[1257],{"type":20,"value":1258},"} to {",{"type":15,"tag":54,"props":1260,"children":1261},{"style":71},[1262],{"type":20,"value":1243},{"type":15,"tag":54,"props":1264,"children":1265},{"style":1235},[1266],{"type":20,"value":1248},{"type":15,"tag":54,"props":1268,"children":1269},{"style":71},[1270],{"type":20,"value":1271},"End",{"type":15,"tag":54,"props":1273,"children":1274},{"style":1235},[1275],{"type":20,"value":1276},"}, collapsed: {",{"type":15,"tag":54,"props":1278,"children":1279},{"style":71},[1280],{"type":20,"value":1243},{"type":15,"tag":54,"props":1282,"children":1283},{"style":1235},[1284],{"type":20,"value":1248},{"type":15,"tag":54,"props":1286,"children":1287},{"style":71},[1288],{"type":20,"value":1289},"Collapsed",{"type":15,"tag":54,"props":1291,"children":1292},{"style":1235},[1293],{"type":20,"value":1294},"}\"",{"type":15,"tag":54,"props":1296,"children":1297},{"style":71},[1298],{"type":20,"value":106},{"type":15,"tag":54,"props":1300,"children":1301},{"class":56,"line":128},[1302],{"type":15,"tag":54,"props":1303,"children":1304},{"style":71},[1305],{"type":20,"value":1306},"}\n",{"type":15,"tag":37,"props":1308,"children":1310},{"id":1309},"アウトラインコレクションへのアクセス",[1311],{"type":20,"value":1309},{"type":15,"tag":43,"props":1313,"children":1315},{"className":45,"code":1314,"language":47,"meta":7,"style":7},"// Get row outline collection\nvar rowOutlines = sheet.RowOutlines;\n\n// Get column outline collection\nvar colOutlines = sheet.ColumnOutlines;\n\n// Get outline collection by flag\nvar outlines = sheet.GetOutlines(RowOrColumn.Row);\n\n// Get number of outline group levels\nint levels = sheet.GetOutlineGroupCount(RowOrColumn.Row);\n",[1316],{"type":15,"tag":50,"props":1317,"children":1318},{"__ignoreMap":7},[1319,1327,1348,1355,1363,1384,1391,1399,1429,1436,1445],{"type":15,"tag":54,"props":1320,"children":1321},{"class":56,"line":57},[1322],{"type":15,"tag":54,"props":1323,"children":1324},{"style":61},[1325],{"type":20,"value":1326},"// Get row outline collection\n",{"type":15,"tag":54,"props":1328,"children":1329},{"class":56,"line":67},[1330,1334,1339,1343],{"type":15,"tag":54,"props":1331,"children":1332},{"style":280},[1333],{"type":20,"value":283},{"type":15,"tag":54,"props":1335,"children":1336},{"style":77},[1337],{"type":20,"value":1338}," rowOutlines",{"type":15,"tag":54,"props":1340,"children":1341},{"style":280},[1342],{"type":20,"value":293},{"type":15,"tag":54,"props":1344,"children":1345},{"style":71},[1346],{"type":20,"value":1347}," sheet.RowOutlines;\n",{"type":15,"tag":54,"props":1349,"children":1350},{"class":56,"line":109},[1351],{"type":15,"tag":54,"props":1352,"children":1353},{"emptyLinePlaceholder":113},[1354],{"type":20,"value":116},{"type":15,"tag":54,"props":1356,"children":1357},{"class":56,"line":119},[1358],{"type":15,"tag":54,"props":1359,"children":1360},{"style":61},[1361],{"type":20,"value":1362},"// Get column outline collection\n",{"type":15,"tag":54,"props":1364,"children":1365},{"class":56,"line":128},[1366,1370,1375,1379],{"type":15,"tag":54,"props":1367,"children":1368},{"style":280},[1369],{"type":20,"value":283},{"type":15,"tag":54,"props":1371,"children":1372},{"style":77},[1373],{"type":20,"value":1374}," colOutlines",{"type":15,"tag":54,"props":1376,"children":1377},{"style":280},[1378],{"type":20,"value":293},{"type":15,"tag":54,"props":1380,"children":1381},{"style":71},[1382],{"type":20,"value":1383}," sheet.ColumnOutlines;\n",{"type":15,"tag":54,"props":1385,"children":1386},{"class":56,"line":162},[1387],{"type":15,"tag":54,"props":1388,"children":1389},{"emptyLinePlaceholder":113},[1390],{"type":20,"value":116},{"type":15,"tag":54,"props":1392,"children":1393},{"class":56,"line":170},[1394],{"type":15,"tag":54,"props":1395,"children":1396},{"style":61},[1397],{"type":20,"value":1398},"// Get outline collection by flag\n",{"type":15,"tag":54,"props":1400,"children":1401},{"class":56,"line":179},[1402,1406,1411,1415,1419,1424],{"type":15,"tag":54,"props":1403,"children":1404},{"style":280},[1405],{"type":20,"value":283},{"type":15,"tag":54,"props":1407,"children":1408},{"style":77},[1409],{"type":20,"value":1410}," outlines",{"type":15,"tag":54,"props":1412,"children":1413},{"style":280},[1414],{"type":20,"value":293},{"type":15,"tag":54,"props":1416,"children":1417},{"style":71},[1418],{"type":20,"value":298},{"type":15,"tag":54,"props":1420,"children":1421},{"style":77},[1422],{"type":20,"value":1423},"GetOutlines",{"type":15,"tag":54,"props":1425,"children":1426},{"style":71},[1427],{"type":20,"value":1428},"(RowOrColumn.Row);\n",{"type":15,"tag":54,"props":1430,"children":1431},{"class":56,"line":213},[1432],{"type":15,"tag":54,"props":1433,"children":1434},{"emptyLinePlaceholder":113},[1435],{"type":20,"value":116},{"type":15,"tag":54,"props":1437,"children":1439},{"class":56,"line":1438},10,[1440],{"type":15,"tag":54,"props":1441,"children":1442},{"style":61},[1443],{"type":20,"value":1444},"// Get number of outline group levels\n",{"type":15,"tag":54,"props":1446,"children":1448},{"class":56,"line":1447},11,[1449,1454,1459,1463,1467,1472],{"type":15,"tag":54,"props":1450,"children":1451},{"style":280},[1452],{"type":20,"value":1453},"int",{"type":15,"tag":54,"props":1455,"children":1456},{"style":77},[1457],{"type":20,"value":1458}," levels",{"type":15,"tag":54,"props":1460,"children":1461},{"style":280},[1462],{"type":20,"value":293},{"type":15,"tag":54,"props":1464,"children":1465},{"style":71},[1466],{"type":20,"value":298},{"type":15,"tag":54,"props":1468,"children":1469},{"style":77},[1470],{"type":20,"value":1471},"GetOutlineGroupCount",{"type":15,"tag":54,"props":1473,"children":1474},{"style":71},[1475],{"type":20,"value":1428},{"type":15,"tag":37,"props":1477,"children":1479},{"id":1478},"すべてのアウトラインの反復処理",[1480],{"type":20,"value":1478},{"type":15,"tag":43,"props":1482,"children":1484},{"className":45,"code":1483,"language":47,"meta":7,"style":7},"sheet.IterateOutlines(RowOrColumn.Row, (group, outline) =>\n{\n    Console.WriteLine($\"Outline: rows {outline.Start}–{outline.End}, collapsed: {outline.Collapsed}\");\n    return true; // continue iteration\n});\n",[1485],{"type":15,"tag":50,"props":1486,"children":1487},{"__ignoreMap":7},[1488,1528,1535,1608,1631],{"type":15,"tag":54,"props":1489,"children":1490},{"class":56,"line":57},[1491,1495,1500,1505,1510,1514,1518,1523],{"type":15,"tag":54,"props":1492,"children":1493},{"style":71},[1494],{"type":20,"value":74},{"type":15,"tag":54,"props":1496,"children":1497},{"style":77},[1498],{"type":20,"value":1499},"IterateOutlines",{"type":15,"tag":54,"props":1501,"children":1502},{"style":71},[1503],{"type":20,"value":1504},"(RowOrColumn.Row, (",{"type":15,"tag":54,"props":1506,"children":1507},{"style":77},[1508],{"type":20,"value":1509},"group",{"type":15,"tag":54,"props":1511,"children":1512},{"style":71},[1513],{"type":20,"value":96},{"type":15,"tag":54,"props":1515,"children":1516},{"style":77},[1517],{"type":20,"value":1243},{"type":15,"tag":54,"props":1519,"children":1520},{"style":71},[1521],{"type":20,"value":1522},") ",{"type":15,"tag":54,"props":1524,"children":1525},{"style":280},[1526],{"type":20,"value":1527},"=>\n",{"type":15,"tag":54,"props":1529,"children":1530},{"class":56,"line":67},[1531],{"type":15,"tag":54,"props":1532,"children":1533},{"style":71},[1534],{"type":20,"value":1215},{"type":15,"tag":54,"props":1536,"children":1537},{"class":56,"line":109},[1538,1542,1546,1550,1555,1559,1563,1567,1572,1576,1580,1584,1588,1592,1596,1600,1604],{"type":15,"tag":54,"props":1539,"children":1540},{"style":71},[1541],{"type":20,"value":1223},{"type":15,"tag":54,"props":1543,"children":1544},{"style":77},[1545],{"type":20,"value":1228},{"type":15,"tag":54,"props":1547,"children":1548},{"style":71},[1549],{"type":20,"value":85},{"type":15,"tag":54,"props":1551,"children":1552},{"style":1235},[1553],{"type":20,"value":1554},"$\"Outline: rows {",{"type":15,"tag":54,"props":1556,"children":1557},{"style":71},[1558],{"type":20,"value":1243},{"type":15,"tag":54,"props":1560,"children":1561},{"style":1235},[1562],{"type":20,"value":1248},{"type":15,"tag":54,"props":1564,"children":1565},{"style":71},[1566],{"type":20,"value":1253},{"type":15,"tag":54,"props":1568,"children":1569},{"style":1235},[1570],{"type":20,"value":1571},"}–{",{"type":15,"tag":54,"props":1573,"children":1574},{"style":71},[1575],{"type":20,"value":1243},{"type":15,"tag":54,"props":1577,"children":1578},{"style":1235},[1579],{"type":20,"value":1248},{"type":15,"tag":54,"props":1581,"children":1582},{"style":71},[1583],{"type":20,"value":1271},{"type":15,"tag":54,"props":1585,"children":1586},{"style":1235},[1587],{"type":20,"value":1276},{"type":15,"tag":54,"props":1589,"children":1590},{"style":71},[1591],{"type":20,"value":1243},{"type":15,"tag":54,"props":1593,"children":1594},{"style":1235},[1595],{"type":20,"value":1248},{"type":15,"tag":54,"props":1597,"children":1598},{"style":71},[1599],{"type":20,"value":1289},{"type":15,"tag":54,"props":1601,"children":1602},{"style":1235},[1603],{"type":20,"value":1294},{"type":15,"tag":54,"props":1605,"children":1606},{"style":71},[1607],{"type":20,"value":106},{"type":15,"tag":54,"props":1609,"children":1610},{"class":56,"line":119},[1611,1616,1621,1626],{"type":15,"tag":54,"props":1612,"children":1613},{"style":280},[1614],{"type":20,"value":1615},"    return",{"type":15,"tag":54,"props":1617,"children":1618},{"style":88},[1619],{"type":20,"value":1620}," true",{"type":15,"tag":54,"props":1622,"children":1623},{"style":71},[1624],{"type":20,"value":1625},"; ",{"type":15,"tag":54,"props":1627,"children":1628},{"style":61},[1629],{"type":20,"value":1630},"// continue iteration\n",{"type":15,"tag":54,"props":1632,"children":1633},{"class":56,"line":128},[1634],{"type":15,"tag":54,"props":1635,"children":1636},{"style":71},[1637],{"type":20,"value":1638},"});\n",{"type":15,"tag":31,"props":1640,"children":1642},{"id":1641},"アウトラインのプロパティ",[1643],{"type":20,"value":1641},{"type":15,"tag":37,"props":1645,"children":1647},{"id":1646},"ioutline-baseoutlineのプロパティ",[1648],{"type":20,"value":1649},"IOutline / BaseOutlineのプロパティ",{"type":15,"tag":442,"props":1651,"children":1652},{},[1653,1673],{"type":15,"tag":446,"props":1654,"children":1655},{},[1656],{"type":15,"tag":450,"props":1657,"children":1658},{},[1659,1664,1669],{"type":15,"tag":454,"props":1660,"children":1661},{},[1662],{"type":20,"value":1663},"プロパティ",{"type":15,"tag":454,"props":1665,"children":1666},{},[1667],{"type":20,"value":1668},"型",{"type":15,"tag":454,"props":1670,"children":1671},{},[1672],{"type":20,"value":462},{"type":15,"tag":464,"props":1674,"children":1675},{},[1676,1700,1725,1749,1773,1798,1823],{"type":15,"tag":450,"props":1677,"children":1678},{},[1679,1687,1695],{"type":15,"tag":471,"props":1680,"children":1681},{},[1682],{"type":15,"tag":50,"props":1683,"children":1685},{"className":1684},[],[1686],{"type":20,"value":1253},{"type":15,"tag":471,"props":1688,"children":1689},{},[1690],{"type":15,"tag":50,"props":1691,"children":1693},{"className":1692},[],[1694],{"type":20,"value":1453},{"type":15,"tag":471,"props":1696,"children":1697},{},[1698],{"type":20,"value":1699},"開始行/列インデックス",{"type":15,"tag":450,"props":1701,"children":1702},{},[1703,1712,1720],{"type":15,"tag":471,"props":1704,"children":1705},{},[1706],{"type":15,"tag":50,"props":1707,"children":1709},{"className":1708},[],[1710],{"type":20,"value":1711},"Count",{"type":15,"tag":471,"props":1713,"children":1714},{},[1715],{"type":15,"tag":50,"props":1716,"children":1718},{"className":1717},[],[1719],{"type":20,"value":1453},{"type":15,"tag":471,"props":1721,"children":1722},{},[1723],{"type":20,"value":1724},"アウトライン内の行/列数",{"type":15,"tag":450,"props":1726,"children":1727},{},[1728,1736,1744],{"type":15,"tag":471,"props":1729,"children":1730},{},[1731],{"type":15,"tag":50,"props":1732,"children":1734},{"className":1733},[],[1735],{"type":20,"value":1271},{"type":15,"tag":471,"props":1737,"children":1738},{},[1739],{"type":15,"tag":50,"props":1740,"children":1742},{"className":1741},[],[1743],{"type":20,"value":1453},{"type":15,"tag":471,"props":1745,"children":1746},{},[1747],{"type":20,"value":1748},"終了インデックス（Start + Count）",{"type":15,"tag":450,"props":1750,"children":1751},{},[1752,1760,1768],{"type":15,"tag":471,"props":1753,"children":1754},{},[1755],{"type":15,"tag":50,"props":1756,"children":1758},{"className":1757},[],[1759],{"type":20,"value":1289},{"type":15,"tag":471,"props":1761,"children":1762},{},[1763],{"type":15,"tag":50,"props":1764,"children":1766},{"className":1765},[],[1767],{"type":20,"value":670},{"type":15,"tag":471,"props":1769,"children":1770},{},[1771],{"type":20,"value":1772},"アウトラインが折りたたまれているかどうか",{"type":15,"tag":450,"props":1774,"children":1775},{},[1776,1785,1793],{"type":15,"tag":471,"props":1777,"children":1778},{},[1779],{"type":15,"tag":50,"props":1780,"children":1782},{"className":1781},[],[1783],{"type":20,"value":1784},"Worksheet",{"type":15,"tag":471,"props":1786,"children":1787},{},[1788],{"type":15,"tag":50,"props":1789,"children":1791},{"className":1790},[],[1792],{"type":20,"value":1784},{"type":15,"tag":471,"props":1794,"children":1795},{},[1796],{"type":20,"value":1797},"親ワークシート",{"type":15,"tag":450,"props":1799,"children":1800},{},[1801,1810,1818],{"type":15,"tag":471,"props":1802,"children":1803},{},[1804],{"type":15,"tag":50,"props":1805,"children":1807},{"className":1806},[],[1808],{"type":20,"value":1809},"IsVisibleToUser",{"type":15,"tag":471,"props":1811,"children":1812},{},[1813],{"type":15,"tag":50,"props":1814,"children":1816},{"className":1815},[],[1817],{"type":20,"value":670},{"type":15,"tag":471,"props":1819,"children":1820},{},[1821],{"type":20,"value":1822},"アウトラインがユーザーに表示されているかどうか",{"type":15,"tag":450,"props":1824,"children":1825},{},[1826,1835,1843],{"type":15,"tag":471,"props":1827,"children":1828},{},[1829],{"type":15,"tag":50,"props":1830,"children":1832},{"className":1831},[],[1833],{"type":20,"value":1834},"GroupRowIndex",{"type":15,"tag":471,"props":1836,"children":1837},{},[1838],{"type":15,"tag":50,"props":1839,"children":1841},{"className":1840},[],[1842],{"type":20,"value":1453},{"type":15,"tag":471,"props":1844,"children":1845},{},[1846],{"type":20,"value":1847},"グループサマリー行のインデックス",{"type":15,"tag":37,"props":1849,"children":1851},{"id":1850},"rowoutline固有のプロパティ",[1852],{"type":20,"value":1853},"RowOutline固有のプロパティ",{"type":15,"tag":442,"props":1855,"children":1856},{},[1857,1875],{"type":15,"tag":446,"props":1858,"children":1859},{},[1860],{"type":15,"tag":450,"props":1861,"children":1862},{},[1863,1867,1871],{"type":15,"tag":454,"props":1864,"children":1865},{},[1866],{"type":20,"value":1663},{"type":15,"tag":454,"props":1868,"children":1869},{},[1870],{"type":20,"value":1668},{"type":15,"tag":454,"props":1872,"children":1873},{},[1874],{"type":20,"value":462},{"type":15,"tag":464,"props":1876,"children":1877},{},[1878,1903,1928],{"type":15,"tag":450,"props":1879,"children":1880},{},[1881,1890,1898],{"type":15,"tag":471,"props":1882,"children":1883},{},[1884],{"type":15,"tag":50,"props":1885,"children":1887},{"className":1886},[],[1888],{"type":20,"value":1889},"Row",{"type":15,"tag":471,"props":1891,"children":1892},{},[1893],{"type":15,"tag":50,"props":1894,"children":1896},{"className":1895},[],[1897],{"type":20,"value":1453},{"type":15,"tag":471,"props":1899,"children":1900},{},[1901],{"type":20,"value":1902},"開始行インデックス（Startと同じ）",{"type":15,"tag":450,"props":1904,"children":1905},{},[1906,1915,1923],{"type":15,"tag":471,"props":1907,"children":1908},{},[1909],{"type":15,"tag":50,"props":1910,"children":1912},{"className":1911},[],[1913],{"type":20,"value":1914},"Rows",{"type":15,"tag":471,"props":1916,"children":1917},{},[1918],{"type":15,"tag":50,"props":1919,"children":1921},{"className":1920},[],[1922],{"type":20,"value":1453},{"type":15,"tag":471,"props":1924,"children":1925},{},[1926],{"type":20,"value":1927},"行数（Countと同じ）",{"type":15,"tag":450,"props":1929,"children":1930},{},[1931,1940,1948],{"type":15,"tag":471,"props":1932,"children":1933},{},[1934],{"type":15,"tag":50,"props":1935,"children":1937},{"className":1936},[],[1938],{"type":20,"value":1939},"EndRow",{"type":15,"tag":471,"props":1941,"children":1942},{},[1943],{"type":15,"tag":50,"props":1944,"children":1946},{"className":1945},[],[1947],{"type":20,"value":1453},{"type":15,"tag":471,"props":1949,"children":1950},{},[1951],{"type":20,"value":1952},"終了行インデックス",{"type":15,"tag":37,"props":1954,"children":1956},{"id":1955},"columnoutline固有のプロパティ",[1957],{"type":20,"value":1958},"ColumnOutline固有のプロパティ",{"type":15,"tag":442,"props":1960,"children":1961},{},[1962,1980],{"type":15,"tag":446,"props":1963,"children":1964},{},[1965],{"type":15,"tag":450,"props":1966,"children":1967},{},[1968,1972,1976],{"type":15,"tag":454,"props":1969,"children":1970},{},[1971],{"type":20,"value":1663},{"type":15,"tag":454,"props":1973,"children":1974},{},[1975],{"type":20,"value":1668},{"type":15,"tag":454,"props":1977,"children":1978},{},[1979],{"type":20,"value":462},{"type":15,"tag":464,"props":1981,"children":1982},{},[1983,2008,2033],{"type":15,"tag":450,"props":1984,"children":1985},{},[1986,1995,2003],{"type":15,"tag":471,"props":1987,"children":1988},{},[1989],{"type":15,"tag":50,"props":1990,"children":1992},{"className":1991},[],[1993],{"type":20,"value":1994},"Col",{"type":15,"tag":471,"props":1996,"children":1997},{},[1998],{"type":15,"tag":50,"props":1999,"children":2001},{"className":2000},[],[2002],{"type":20,"value":1453},{"type":15,"tag":471,"props":2004,"children":2005},{},[2006],{"type":20,"value":2007},"開始列インデックス（Startと同じ）",{"type":15,"tag":450,"props":2009,"children":2010},{},[2011,2020,2028],{"type":15,"tag":471,"props":2012,"children":2013},{},[2014],{"type":15,"tag":50,"props":2015,"children":2017},{"className":2016},[],[2018],{"type":20,"value":2019},"Cols",{"type":15,"tag":471,"props":2021,"children":2022},{},[2023],{"type":15,"tag":50,"props":2024,"children":2026},{"className":2025},[],[2027],{"type":20,"value":1453},{"type":15,"tag":471,"props":2029,"children":2030},{},[2031],{"type":20,"value":2032},"列数（Countと同じ）",{"type":15,"tag":450,"props":2034,"children":2035},{},[2036,2045,2053],{"type":15,"tag":471,"props":2037,"children":2038},{},[2039],{"type":15,"tag":50,"props":2040,"children":2042},{"className":2041},[],[2043],{"type":20,"value":2044},"EndCol",{"type":15,"tag":471,"props":2046,"children":2047},{},[2048],{"type":15,"tag":50,"props":2049,"children":2051},{"className":2050},[],[2052],{"type":20,"value":1453},{"type":15,"tag":471,"props":2054,"children":2055},{},[2056],{"type":20,"value":2057},"終了列インデックス",{"type":15,"tag":31,"props":2059,"children":2061},{"id":2060},"アウトラインボタンの位置",[2062],{"type":20,"value":2060},{"type":15,"tag":16,"props":2064,"children":2065},{},[2066],{"type":20,"value":2067},"展開/折りたたみボタンをグループ化された行の上に表示するか下に表示するかを制御します：",{"type":15,"tag":43,"props":2069,"children":2071},{"className":45,"code":2070,"language":47,"meta":7,"style":7},"// Button at the bottom (default)\nsheet.OutlineButtonLocation = OutlineButtonLocation.Bottom;\n\n// Button at the top\nsheet.OutlineButtonLocation = OutlineButtonLocation.Top;\n",[2072],{"type":15,"tag":50,"props":2073,"children":2074},{"__ignoreMap":7},[2075,2083,2101,2108,2116],{"type":15,"tag":54,"props":2076,"children":2077},{"class":56,"line":57},[2078],{"type":15,"tag":54,"props":2079,"children":2080},{"style":61},[2081],{"type":20,"value":2082},"// Button at the bottom (default)\n",{"type":15,"tag":54,"props":2084,"children":2085},{"class":56,"line":67},[2086,2091,2096],{"type":15,"tag":54,"props":2087,"children":2088},{"style":71},[2089],{"type":20,"value":2090},"sheet.OutlineButtonLocation ",{"type":15,"tag":54,"props":2092,"children":2093},{"style":280},[2094],{"type":20,"value":2095},"=",{"type":15,"tag":54,"props":2097,"children":2098},{"style":71},[2099],{"type":20,"value":2100}," OutlineButtonLocation.Bottom;\n",{"type":15,"tag":54,"props":2102,"children":2103},{"class":56,"line":109},[2104],{"type":15,"tag":54,"props":2105,"children":2106},{"emptyLinePlaceholder":113},[2107],{"type":20,"value":116},{"type":15,"tag":54,"props":2109,"children":2110},{"class":56,"line":119},[2111],{"type":15,"tag":54,"props":2112,"children":2113},{"style":61},[2114],{"type":20,"value":2115},"// Button at the top\n",{"type":15,"tag":54,"props":2117,"children":2118},{"class":56,"line":128},[2119,2123,2127],{"type":15,"tag":54,"props":2120,"children":2121},{"style":71},[2122],{"type":20,"value":2090},{"type":15,"tag":54,"props":2124,"children":2125},{"style":280},[2126],{"type":20,"value":2095},{"type":15,"tag":54,"props":2128,"children":2129},{"style":71},[2130],{"type":20,"value":2131}," OutlineButtonLocation.Top;\n",{"type":15,"tag":31,"props":2133,"children":2135},{"id":2134},"グループ行スタイル",[2136],{"type":20,"value":2134},{"type":15,"tag":16,"props":2138,"children":2139},{},[2140],{"type":20,"value":2141},"各アウトラインのサマリー行の外観をカスタマイズします：",{"type":15,"tag":43,"props":2143,"children":2145},{"className":45,"code":2144,"language":47,"meta":7,"style":7},"// Get the group row style for a specific row\nvar style = sheet.GetGroupRowStyle(3);\n\n// Try to get the group row style (returns false if not found)\nif (sheet.TryGetGroupRowStyle(3, out var groupStyle))\n{\n    // Use groupStyle\n}\n\n// Get the group row border style\nvar borderStyle = sheet.GetGroupRowBorderStyle(3);\nborderStyle.Style = BorderLineStyle.Solid;\nborderStyle.Color = new SolidColor(Color.Gray);\n",[2146],{"type":15,"tag":50,"props":2147,"children":2148},{"__ignoreMap":7},[2149,2157,2194,2201,2209,2258,2265,2273,2280,2287,2295,2332,2350],{"type":15,"tag":54,"props":2150,"children":2151},{"class":56,"line":57},[2152],{"type":15,"tag":54,"props":2153,"children":2154},{"style":61},[2155],{"type":20,"value":2156},"// Get the group row style for a specific row\n",{"type":15,"tag":54,"props":2158,"children":2159},{"class":56,"line":67},[2160,2164,2169,2173,2177,2182,2186,2190],{"type":15,"tag":54,"props":2161,"children":2162},{"style":280},[2163],{"type":20,"value":283},{"type":15,"tag":54,"props":2165,"children":2166},{"style":77},[2167],{"type":20,"value":2168}," style",{"type":15,"tag":54,"props":2170,"children":2171},{"style":280},[2172],{"type":20,"value":293},{"type":15,"tag":54,"props":2174,"children":2175},{"style":71},[2176],{"type":20,"value":298},{"type":15,"tag":54,"props":2178,"children":2179},{"style":77},[2180],{"type":20,"value":2181},"GetGroupRowStyle",{"type":15,"tag":54,"props":2183,"children":2184},{"style":71},[2185],{"type":20,"value":85},{"type":15,"tag":54,"props":2187,"children":2188},{"style":88},[2189],{"type":20,"value":91},{"type":15,"tag":54,"props":2191,"children":2192},{"style":71},[2193],{"type":20,"value":106},{"type":15,"tag":54,"props":2195,"children":2196},{"class":56,"line":109},[2197],{"type":15,"tag":54,"props":2198,"children":2199},{"emptyLinePlaceholder":113},[2200],{"type":20,"value":116},{"type":15,"tag":54,"props":2202,"children":2203},{"class":56,"line":119},[2204],{"type":15,"tag":54,"props":2205,"children":2206},{"style":61},[2207],{"type":20,"value":2208},"// Try to get the group row style (returns false if not found)\n",{"type":15,"tag":54,"props":2210,"children":2211},{"class":56,"line":128},[2212,2216,2221,2226,2230,2234,2238,2243,2248,2253],{"type":15,"tag":54,"props":2213,"children":2214},{"style":280},[2215],{"type":20,"value":1187},{"type":15,"tag":54,"props":2217,"children":2218},{"style":71},[2219],{"type":20,"value":2220}," (sheet.",{"type":15,"tag":54,"props":2222,"children":2223},{"style":77},[2224],{"type":20,"value":2225},"TryGetGroupRowStyle",{"type":15,"tag":54,"props":2227,"children":2228},{"style":71},[2229],{"type":20,"value":85},{"type":15,"tag":54,"props":2231,"children":2232},{"style":88},[2233],{"type":20,"value":91},{"type":15,"tag":54,"props":2235,"children":2236},{"style":71},[2237],{"type":20,"value":96},{"type":15,"tag":54,"props":2239,"children":2240},{"style":280},[2241],{"type":20,"value":2242},"out",{"type":15,"tag":54,"props":2244,"children":2245},{"style":280},[2246],{"type":20,"value":2247}," var",{"type":15,"tag":54,"props":2249,"children":2250},{"style":77},[2251],{"type":20,"value":2252}," groupStyle",{"type":15,"tag":54,"props":2254,"children":2255},{"style":71},[2256],{"type":20,"value":2257},"))\n",{"type":15,"tag":54,"props":2259,"children":2260},{"class":56,"line":162},[2261],{"type":15,"tag":54,"props":2262,"children":2263},{"style":71},[2264],{"type":20,"value":1215},{"type":15,"tag":54,"props":2266,"children":2267},{"class":56,"line":170},[2268],{"type":15,"tag":54,"props":2269,"children":2270},{"style":61},[2271],{"type":20,"value":2272},"    // Use groupStyle\n",{"type":15,"tag":54,"props":2274,"children":2275},{"class":56,"line":179},[2276],{"type":15,"tag":54,"props":2277,"children":2278},{"style":71},[2279],{"type":20,"value":1306},{"type":15,"tag":54,"props":2281,"children":2282},{"class":56,"line":213},[2283],{"type":15,"tag":54,"props":2284,"children":2285},{"emptyLinePlaceholder":113},[2286],{"type":20,"value":116},{"type":15,"tag":54,"props":2288,"children":2289},{"class":56,"line":1438},[2290],{"type":15,"tag":54,"props":2291,"children":2292},{"style":61},[2293],{"type":20,"value":2294},"// Get the group row border style\n",{"type":15,"tag":54,"props":2296,"children":2297},{"class":56,"line":1447},[2298,2302,2307,2311,2315,2320,2324,2328],{"type":15,"tag":54,"props":2299,"children":2300},{"style":280},[2301],{"type":20,"value":283},{"type":15,"tag":54,"props":2303,"children":2304},{"style":77},[2305],{"type":20,"value":2306}," borderStyle",{"type":15,"tag":54,"props":2308,"children":2309},{"style":280},[2310],{"type":20,"value":293},{"type":15,"tag":54,"props":2312,"children":2313},{"style":71},[2314],{"type":20,"value":298},{"type":15,"tag":54,"props":2316,"children":2317},{"style":77},[2318],{"type":20,"value":2319},"GetGroupRowBorderStyle",{"type":15,"tag":54,"props":2321,"children":2322},{"style":71},[2323],{"type":20,"value":85},{"type":15,"tag":54,"props":2325,"children":2326},{"style":88},[2327],{"type":20,"value":91},{"type":15,"tag":54,"props":2329,"children":2330},{"style":71},[2331],{"type":20,"value":106},{"type":15,"tag":54,"props":2333,"children":2335},{"class":56,"line":2334},12,[2336,2341,2345],{"type":15,"tag":54,"props":2337,"children":2338},{"style":71},[2339],{"type":20,"value":2340},"borderStyle.Style ",{"type":15,"tag":54,"props":2342,"children":2343},{"style":280},[2344],{"type":20,"value":2095},{"type":15,"tag":54,"props":2346,"children":2347},{"style":71},[2348],{"type":20,"value":2349}," BorderLineStyle.Solid;\n",{"type":15,"tag":54,"props":2351,"children":2353},{"class":56,"line":2352},13,[2354,2359,2363,2368,2373],{"type":15,"tag":54,"props":2355,"children":2356},{"style":71},[2357],{"type":20,"value":2358},"borderStyle.Color ",{"type":15,"tag":54,"props":2360,"children":2361},{"style":280},[2362],{"type":20,"value":2095},{"type":15,"tag":54,"props":2364,"children":2365},{"style":280},[2366],{"type":20,"value":2367}," new",{"type":15,"tag":54,"props":2369,"children":2370},{"style":77},[2371],{"type":20,"value":2372}," SolidColor",{"type":15,"tag":54,"props":2374,"children":2375},{"style":71},[2376],{"type":20,"value":2377},"(Color.Gray);\n",{"type":15,"tag":16,"props":2379,"children":2380},{},[2381],{"type":20,"value":2382},"アウトラインインスタンスからスタイルに直接アクセスすることもできます：",{"type":15,"tag":43,"props":2384,"children":2386},{"className":45,"code":2385,"language":47,"meta":7,"style":7},"var outline = sheet.GroupRows(3, 5);\n\n// Set group row style\noutline.GroupRowStyle.Flag = PlainStyleFlag.FillColor;\noutline.GroupRowStyle.BackColor = Color.LightYellow;\n\n// Set group row border style\noutline.GroupRowBorderStyle.Style = BorderLineStyle.Dashed;\noutline.GroupRowBorderStyle.Color = new SolidColor(Color.LightGray);\n",[2387],{"type":15,"tag":50,"props":2388,"children":2389},{"__ignoreMap":7},[2390,2433,2440,2448,2465,2482,2489,2497,2514],{"type":15,"tag":54,"props":2391,"children":2392},{"class":56,"line":57},[2393,2397,2401,2405,2409,2413,2417,2421,2425,2429],{"type":15,"tag":54,"props":2394,"children":2395},{"style":280},[2396],{"type":20,"value":283},{"type":15,"tag":54,"props":2398,"children":2399},{"style":77},[2400],{"type":20,"value":288},{"type":15,"tag":54,"props":2402,"children":2403},{"style":280},[2404],{"type":20,"value":293},{"type":15,"tag":54,"props":2406,"children":2407},{"style":71},[2408],{"type":20,"value":298},{"type":15,"tag":54,"props":2410,"children":2411},{"style":77},[2412],{"type":20,"value":80},{"type":15,"tag":54,"props":2414,"children":2415},{"style":71},[2416],{"type":20,"value":85},{"type":15,"tag":54,"props":2418,"children":2419},{"style":88},[2420],{"type":20,"value":91},{"type":15,"tag":54,"props":2422,"children":2423},{"style":71},[2424],{"type":20,"value":96},{"type":15,"tag":54,"props":2426,"children":2427},{"style":88},[2428],{"type":20,"value":101},{"type":15,"tag":54,"props":2430,"children":2431},{"style":71},[2432],{"type":20,"value":106},{"type":15,"tag":54,"props":2434,"children":2435},{"class":56,"line":67},[2436],{"type":15,"tag":54,"props":2437,"children":2438},{"emptyLinePlaceholder":113},[2439],{"type":20,"value":116},{"type":15,"tag":54,"props":2441,"children":2442},{"class":56,"line":109},[2443],{"type":15,"tag":54,"props":2444,"children":2445},{"style":61},[2446],{"type":20,"value":2447},"// Set group row style\n",{"type":15,"tag":54,"props":2449,"children":2450},{"class":56,"line":119},[2451,2456,2460],{"type":15,"tag":54,"props":2452,"children":2453},{"style":71},[2454],{"type":20,"value":2455},"outline.GroupRowStyle.Flag ",{"type":15,"tag":54,"props":2457,"children":2458},{"style":280},[2459],{"type":20,"value":2095},{"type":15,"tag":54,"props":2461,"children":2462},{"style":71},[2463],{"type":20,"value":2464}," PlainStyleFlag.FillColor;\n",{"type":15,"tag":54,"props":2466,"children":2467},{"class":56,"line":128},[2468,2473,2477],{"type":15,"tag":54,"props":2469,"children":2470},{"style":71},[2471],{"type":20,"value":2472},"outline.GroupRowStyle.BackColor ",{"type":15,"tag":54,"props":2474,"children":2475},{"style":280},[2476],{"type":20,"value":2095},{"type":15,"tag":54,"props":2478,"children":2479},{"style":71},[2480],{"type":20,"value":2481}," Color.LightYellow;\n",{"type":15,"tag":54,"props":2483,"children":2484},{"class":56,"line":162},[2485],{"type":15,"tag":54,"props":2486,"children":2487},{"emptyLinePlaceholder":113},[2488],{"type":20,"value":116},{"type":15,"tag":54,"props":2490,"children":2491},{"class":56,"line":170},[2492],{"type":15,"tag":54,"props":2493,"children":2494},{"style":61},[2495],{"type":20,"value":2496},"// Set group row border style\n",{"type":15,"tag":54,"props":2498,"children":2499},{"class":56,"line":179},[2500,2505,2509],{"type":15,"tag":54,"props":2501,"children":2502},{"style":71},[2503],{"type":20,"value":2504},"outline.GroupRowBorderStyle.Style ",{"type":15,"tag":54,"props":2506,"children":2507},{"style":280},[2508],{"type":20,"value":2095},{"type":15,"tag":54,"props":2510,"children":2511},{"style":71},[2512],{"type":20,"value":2513}," BorderLineStyle.Dashed;\n",{"type":15,"tag":54,"props":2515,"children":2516},{"class":56,"line":213},[2517,2522,2526,2530,2534],{"type":15,"tag":54,"props":2518,"children":2519},{"style":71},[2520],{"type":20,"value":2521},"outline.GroupRowBorderStyle.Color ",{"type":15,"tag":54,"props":2523,"children":2524},{"style":280},[2525],{"type":20,"value":2095},{"type":15,"tag":54,"props":2527,"children":2528},{"style":280},[2529],{"type":20,"value":2367},{"type":15,"tag":54,"props":2531,"children":2532},{"style":77},[2533],{"type":20,"value":2372},{"type":15,"tag":54,"props":2535,"children":2536},{"style":71},[2537],{"type":20,"value":2538},"(Color.LightGray);\n",{"type":15,"tag":31,"props":2540,"children":2542},{"id":2541},"自動折りたたみと展開",[2543],{"type":20,"value":2541},{"type":15,"tag":16,"props":2545,"children":2546},{},[2547],{"type":20,"value":2548},"展開されたアウトラインの最後の行が非表示になるか高さが0に設定されると、アウトラインは自動的に折りたたまれます。折りたたまれたアウトライン内の行が表示されると、アウトラインは自動的に展開されます。この動作は無効にできませんが、折りたたみ/展開イベントは引き続き発生します。",{"type":15,"tag":16,"props":2550,"children":2551},{},[2552],{"type":15,"tag":25,"props":2553,"children":2556},{"alt":2554,"src":2555},"Outline","/document/images/1141.png",[],{"type":15,"tag":16,"props":2558,"children":2559},{},[2560],{"type":20,"value":2561},"行の高さを調整した後：",{"type":15,"tag":16,"props":2563,"children":2564},{},[2565],{"type":15,"tag":25,"props":2566,"children":2569},{"alt":2567,"src":2568},"Outline Auto Hide","/document/images/1151.png",[],{"type":15,"tag":31,"props":2571,"children":2573},{"id":2572},"自動削除",[2574],{"type":20,"value":2572},{"type":15,"tag":16,"props":2576,"children":2577},{},[2578,2580,2586],{"type":20,"value":2579},"アウトライン内のすべての行または列が削除されると、アウトラインは自動的に削除されます。この場合、",{"type":15,"tag":50,"props":2581,"children":2583},{"className":2582},[],[2584],{"type":20,"value":2585},"OutlineRemoved",{"type":20,"value":2587}," イベントが発生します。",{"type":15,"tag":31,"props":2589,"children":2591},{"id":2590},"イベント",[2592],{"type":20,"value":2590},{"type":15,"tag":37,"props":2594,"children":2596},{"id":2595},"ワークシートレベルのイベント",[2597],{"type":20,"value":2595},{"type":15,"tag":442,"props":2599,"children":2600},{},[2601,2620],{"type":15,"tag":446,"props":2602,"children":2603},{},[2604],{"type":15,"tag":450,"props":2605,"children":2606},{},[2607,2611,2616],{"type":15,"tag":454,"props":2608,"children":2609},{},[2610],{"type":20,"value":2590},{"type":15,"tag":454,"props":2612,"children":2613},{},[2614],{"type":20,"value":2615},"イベント引数",{"type":15,"tag":454,"props":2617,"children":2618},{},[2619],{"type":20,"value":462},{"type":15,"tag":464,"props":2621,"children":2622},{},[2623,2649,2674,2700,2726,2752],{"type":15,"tag":450,"props":2624,"children":2625},{},[2626,2635,2644],{"type":15,"tag":471,"props":2627,"children":2628},{},[2629],{"type":15,"tag":50,"props":2630,"children":2632},{"className":2631},[],[2633],{"type":20,"value":2634},"OutlineAdded",{"type":15,"tag":471,"props":2636,"children":2637},{},[2638],{"type":15,"tag":50,"props":2639,"children":2641},{"className":2640},[],[2642],{"type":20,"value":2643},"OutlineAddedEventArgs",{"type":15,"tag":471,"props":2645,"children":2646},{},[2647],{"type":20,"value":2648},"アウトラインが追加された",{"type":15,"tag":450,"props":2650,"children":2651},{},[2652,2660,2669],{"type":15,"tag":471,"props":2653,"children":2654},{},[2655],{"type":15,"tag":50,"props":2656,"children":2658},{"className":2657},[],[2659],{"type":20,"value":2585},{"type":15,"tag":471,"props":2661,"children":2662},{},[2663],{"type":15,"tag":50,"props":2664,"children":2666},{"className":2665},[],[2667],{"type":20,"value":2668},"OutlineRemovedEventArgs",{"type":15,"tag":471,"props":2670,"children":2671},{},[2672],{"type":20,"value":2673},"アウトラインが削除された",{"type":15,"tag":450,"props":2675,"children":2676},{},[2677,2686,2695],{"type":15,"tag":471,"props":2678,"children":2679},{},[2680],{"type":15,"tag":50,"props":2681,"children":2683},{"className":2682},[],[2684],{"type":20,"value":2685},"BeforeOutlineCollapse",{"type":15,"tag":471,"props":2687,"children":2688},{},[2689],{"type":15,"tag":50,"props":2690,"children":2692},{"className":2691},[],[2693],{"type":20,"value":2694},"BeforeOutlineCollapseEventArgs",{"type":15,"tag":471,"props":2696,"children":2697},{},[2698],{"type":20,"value":2699},"アウトラインが折りたたまれる前（キャンセル可能）",{"type":15,"tag":450,"props":2701,"children":2702},{},[2703,2712,2721],{"type":15,"tag":471,"props":2704,"children":2705},{},[2706],{"type":15,"tag":50,"props":2707,"children":2709},{"className":2708},[],[2710],{"type":20,"value":2711},"AfterOutlineCollapse",{"type":15,"tag":471,"props":2713,"children":2714},{},[2715],{"type":15,"tag":50,"props":2716,"children":2718},{"className":2717},[],[2719],{"type":20,"value":2720},"AfterOutlineCollapseEventArgs",{"type":15,"tag":471,"props":2722,"children":2723},{},[2724],{"type":20,"value":2725},"アウトラインが折りたたまれた後",{"type":15,"tag":450,"props":2727,"children":2728},{},[2729,2738,2747],{"type":15,"tag":471,"props":2730,"children":2731},{},[2732],{"type":15,"tag":50,"props":2733,"children":2735},{"className":2734},[],[2736],{"type":20,"value":2737},"BeforeOutlineExpand",{"type":15,"tag":471,"props":2739,"children":2740},{},[2741],{"type":15,"tag":50,"props":2742,"children":2744},{"className":2743},[],[2745],{"type":20,"value":2746},"BeforeOutlineExpandingEventArgs",{"type":15,"tag":471,"props":2748,"children":2749},{},[2750],{"type":20,"value":2751},"アウトラインが展開される前（キャンセル可能）",{"type":15,"tag":450,"props":2753,"children":2754},{},[2755,2764,2773],{"type":15,"tag":471,"props":2756,"children":2757},{},[2758],{"type":15,"tag":50,"props":2759,"children":2761},{"className":2760},[],[2762],{"type":20,"value":2763},"AfterOutlineExpand",{"type":15,"tag":471,"props":2765,"children":2766},{},[2767],{"type":15,"tag":50,"props":2768,"children":2770},{"className":2769},[],[2771],{"type":20,"value":2772},"AfterOutlineExpandingEventArgs",{"type":15,"tag":471,"props":2774,"children":2775},{},[2776],{"type":20,"value":2777},"アウトラインが展開された後",{"type":15,"tag":37,"props":2779,"children":2781},{"id":2780},"イベント引数のプロパティ",[2782],{"type":20,"value":2780},{"type":15,"tag":16,"props":2784,"children":2785},{},[2786,2788,2794],{"type":20,"value":2787},"すべてのイベント引数は ",{"type":15,"tag":50,"props":2789,"children":2791},{"className":2790},[],[2792],{"type":20,"value":2793},"OutlineEventArgs",{"type":20,"value":2795}," を継承しています：",{"type":15,"tag":2797,"props":2798,"children":2799},"ul",{},[2800],{"type":15,"tag":2801,"props":2802,"children":2803},"li",{},[2804,2809],{"type":15,"tag":50,"props":2805,"children":2807},{"className":2806},[],[2808],{"type":20,"value":2554},{"type":20,"value":2810}," (IOutline) — イベントをトリガーしたアウトライン",{"type":15,"tag":16,"props":2812,"children":2813},{},[2814,2819,2821,2826],{"type":15,"tag":50,"props":2815,"children":2817},{"className":2816},[],[2818],{"type":20,"value":2694},{"type":20,"value":2820}," と ",{"type":15,"tag":50,"props":2822,"children":2824},{"className":2823},[],[2825],{"type":20,"value":2746},{"type":20,"value":2827}," には以下が追加されます：",{"type":15,"tag":2797,"props":2829,"children":2830},{},[2831],{"type":15,"tag":2801,"props":2832,"children":2833},{},[2834,2840,2842,2848],{"type":15,"tag":50,"props":2835,"children":2837},{"className":2836},[],[2838],{"type":20,"value":2839},"IsCancelled",{"type":20,"value":2841}," (bool) — ",{"type":15,"tag":50,"props":2843,"children":2845},{"className":2844},[],[2846],{"type":20,"value":2847},"true",{"type":20,"value":2849}," に設定すると操作を防止",{"type":15,"tag":37,"props":2851,"children":2853},{"id":2852},"ワークシートイベントの例",[2854],{"type":20,"value":2852},{"type":15,"tag":43,"props":2856,"children":2858},{"className":45,"code":2857,"language":47,"meta":7,"style":7},"sheet.OutlineAdded += (s, e) =>\n{\n    Console.WriteLine($\"Outline added: {e.Outline.Start} to {e.Outline.End}\");\n};\n\nsheet.OutlineRemoved += (s, e) =>\n{\n    Console.WriteLine($\"Outline removed: {e.Outline.Start} to {e.Outline.End}\");\n};\n\nsheet.BeforeOutlineCollapse += (s, e) =>\n{\n    Console.WriteLine(\"Before collapse\");\n    // e.IsCancelled = true;  // Prevent collapse\n};\n\nsheet.AfterOutlineCollapse += (s, e) =>\n{\n    Console.WriteLine(\"After collapse\");\n};\n\nsheet.BeforeOutlineExpand += (s, e) =>\n{\n    Console.WriteLine(\"Before expand\");\n};\n\nsheet.AfterOutlineExpand += (s, e) =>\n{\n    Console.WriteLine(\"After expand\");\n};\n",[2859],{"type":15,"tag":50,"props":2860,"children":2861},{"__ignoreMap":7},[2862,2902,2909,2981,2989,2996,3032,3039,3111,3118,3125,3161,3168,3192,3201,3209,3217,3254,3262,3287,3295,3303,3340,3348,3373,3381,3389,3426,3434,3459],{"type":15,"tag":54,"props":2863,"children":2864},{"class":56,"line":57},[2865,2870,2875,2880,2885,2889,2894,2898],{"type":15,"tag":54,"props":2866,"children":2867},{"style":71},[2868],{"type":20,"value":2869},"sheet.OutlineAdded ",{"type":15,"tag":54,"props":2871,"children":2872},{"style":280},[2873],{"type":20,"value":2874},"+=",{"type":15,"tag":54,"props":2876,"children":2877},{"style":71},[2878],{"type":20,"value":2879}," (",{"type":15,"tag":54,"props":2881,"children":2882},{"style":77},[2883],{"type":20,"value":2884},"s",{"type":15,"tag":54,"props":2886,"children":2887},{"style":71},[2888],{"type":20,"value":96},{"type":15,"tag":54,"props":2890,"children":2891},{"style":77},[2892],{"type":20,"value":2893},"e",{"type":15,"tag":54,"props":2895,"children":2896},{"style":71},[2897],{"type":20,"value":1522},{"type":15,"tag":54,"props":2899,"children":2900},{"style":280},[2901],{"type":20,"value":1527},{"type":15,"tag":54,"props":2903,"children":2904},{"class":56,"line":67},[2905],{"type":15,"tag":54,"props":2906,"children":2907},{"style":71},[2908],{"type":20,"value":1215},{"type":15,"tag":54,"props":2910,"children":2911},{"class":56,"line":109},[2912,2916,2920,2924,2929,2933,2937,2941,2945,2949,2953,2957,2961,2965,2969,2973,2977],{"type":15,"tag":54,"props":2913,"children":2914},{"style":71},[2915],{"type":20,"value":1223},{"type":15,"tag":54,"props":2917,"children":2918},{"style":77},[2919],{"type":20,"value":1228},{"type":15,"tag":54,"props":2921,"children":2922},{"style":71},[2923],{"type":20,"value":85},{"type":15,"tag":54,"props":2925,"children":2926},{"style":1235},[2927],{"type":20,"value":2928},"$\"Outline added: {",{"type":15,"tag":54,"props":2930,"children":2931},{"style":71},[2932],{"type":20,"value":2893},{"type":15,"tag":54,"props":2934,"children":2935},{"style":1235},[2936],{"type":20,"value":1248},{"type":15,"tag":54,"props":2938,"children":2939},{"style":71},[2940],{"type":20,"value":2554},{"type":15,"tag":54,"props":2942,"children":2943},{"style":1235},[2944],{"type":20,"value":1248},{"type":15,"tag":54,"props":2946,"children":2947},{"style":71},[2948],{"type":20,"value":1253},{"type":15,"tag":54,"props":2950,"children":2951},{"style":1235},[2952],{"type":20,"value":1258},{"type":15,"tag":54,"props":2954,"children":2955},{"style":71},[2956],{"type":20,"value":2893},{"type":15,"tag":54,"props":2958,"children":2959},{"style":1235},[2960],{"type":20,"value":1248},{"type":15,"tag":54,"props":2962,"children":2963},{"style":71},[2964],{"type":20,"value":2554},{"type":15,"tag":54,"props":2966,"children":2967},{"style":1235},[2968],{"type":20,"value":1248},{"type":15,"tag":54,"props":2970,"children":2971},{"style":71},[2972],{"type":20,"value":1271},{"type":15,"tag":54,"props":2974,"children":2975},{"style":1235},[2976],{"type":20,"value":1294},{"type":15,"tag":54,"props":2978,"children":2979},{"style":71},[2980],{"type":20,"value":106},{"type":15,"tag":54,"props":2982,"children":2983},{"class":56,"line":119},[2984],{"type":15,"tag":54,"props":2985,"children":2986},{"style":71},[2987],{"type":20,"value":2988},"};\n",{"type":15,"tag":54,"props":2990,"children":2991},{"class":56,"line":128},[2992],{"type":15,"tag":54,"props":2993,"children":2994},{"emptyLinePlaceholder":113},[2995],{"type":20,"value":116},{"type":15,"tag":54,"props":2997,"children":2998},{"class":56,"line":162},[2999,3004,3008,3012,3016,3020,3024,3028],{"type":15,"tag":54,"props":3000,"children":3001},{"style":71},[3002],{"type":20,"value":3003},"sheet.OutlineRemoved ",{"type":15,"tag":54,"props":3005,"children":3006},{"style":280},[3007],{"type":20,"value":2874},{"type":15,"tag":54,"props":3009,"children":3010},{"style":71},[3011],{"type":20,"value":2879},{"type":15,"tag":54,"props":3013,"children":3014},{"style":77},[3015],{"type":20,"value":2884},{"type":15,"tag":54,"props":3017,"children":3018},{"style":71},[3019],{"type":20,"value":96},{"type":15,"tag":54,"props":3021,"children":3022},{"style":77},[3023],{"type":20,"value":2893},{"type":15,"tag":54,"props":3025,"children":3026},{"style":71},[3027],{"type":20,"value":1522},{"type":15,"tag":54,"props":3029,"children":3030},{"style":280},[3031],{"type":20,"value":1527},{"type":15,"tag":54,"props":3033,"children":3034},{"class":56,"line":170},[3035],{"type":15,"tag":54,"props":3036,"children":3037},{"style":71},[3038],{"type":20,"value":1215},{"type":15,"tag":54,"props":3040,"children":3041},{"class":56,"line":179},[3042,3046,3050,3054,3059,3063,3067,3071,3075,3079,3083,3087,3091,3095,3099,3103,3107],{"type":15,"tag":54,"props":3043,"children":3044},{"style":71},[3045],{"type":20,"value":1223},{"type":15,"tag":54,"props":3047,"children":3048},{"style":77},[3049],{"type":20,"value":1228},{"type":15,"tag":54,"props":3051,"children":3052},{"style":71},[3053],{"type":20,"value":85},{"type":15,"tag":54,"props":3055,"children":3056},{"style":1235},[3057],{"type":20,"value":3058},"$\"Outline removed: {",{"type":15,"tag":54,"props":3060,"children":3061},{"style":71},[3062],{"type":20,"value":2893},{"type":15,"tag":54,"props":3064,"children":3065},{"style":1235},[3066],{"type":20,"value":1248},{"type":15,"tag":54,"props":3068,"children":3069},{"style":71},[3070],{"type":20,"value":2554},{"type":15,"tag":54,"props":3072,"children":3073},{"style":1235},[3074],{"type":20,"value":1248},{"type":15,"tag":54,"props":3076,"children":3077},{"style":71},[3078],{"type":20,"value":1253},{"type":15,"tag":54,"props":3080,"children":3081},{"style":1235},[3082],{"type":20,"value":1258},{"type":15,"tag":54,"props":3084,"children":3085},{"style":71},[3086],{"type":20,"value":2893},{"type":15,"tag":54,"props":3088,"children":3089},{"style":1235},[3090],{"type":20,"value":1248},{"type":15,"tag":54,"props":3092,"children":3093},{"style":71},[3094],{"type":20,"value":2554},{"type":15,"tag":54,"props":3096,"children":3097},{"style":1235},[3098],{"type":20,"value":1248},{"type":15,"tag":54,"props":3100,"children":3101},{"style":71},[3102],{"type":20,"value":1271},{"type":15,"tag":54,"props":3104,"children":3105},{"style":1235},[3106],{"type":20,"value":1294},{"type":15,"tag":54,"props":3108,"children":3109},{"style":71},[3110],{"type":20,"value":106},{"type":15,"tag":54,"props":3112,"children":3113},{"class":56,"line":213},[3114],{"type":15,"tag":54,"props":3115,"children":3116},{"style":71},[3117],{"type":20,"value":2988},{"type":15,"tag":54,"props":3119,"children":3120},{"class":56,"line":1438},[3121],{"type":15,"tag":54,"props":3122,"children":3123},{"emptyLinePlaceholder":113},[3124],{"type":20,"value":116},{"type":15,"tag":54,"props":3126,"children":3127},{"class":56,"line":1447},[3128,3133,3137,3141,3145,3149,3153,3157],{"type":15,"tag":54,"props":3129,"children":3130},{"style":71},[3131],{"type":20,"value":3132},"sheet.BeforeOutlineCollapse ",{"type":15,"tag":54,"props":3134,"children":3135},{"style":280},[3136],{"type":20,"value":2874},{"type":15,"tag":54,"props":3138,"children":3139},{"style":71},[3140],{"type":20,"value":2879},{"type":15,"tag":54,"props":3142,"children":3143},{"style":77},[3144],{"type":20,"value":2884},{"type":15,"tag":54,"props":3146,"children":3147},{"style":71},[3148],{"type":20,"value":96},{"type":15,"tag":54,"props":3150,"children":3151},{"style":77},[3152],{"type":20,"value":2893},{"type":15,"tag":54,"props":3154,"children":3155},{"style":71},[3156],{"type":20,"value":1522},{"type":15,"tag":54,"props":3158,"children":3159},{"style":280},[3160],{"type":20,"value":1527},{"type":15,"tag":54,"props":3162,"children":3163},{"class":56,"line":2334},[3164],{"type":15,"tag":54,"props":3165,"children":3166},{"style":71},[3167],{"type":20,"value":1215},{"type":15,"tag":54,"props":3169,"children":3170},{"class":56,"line":2352},[3171,3175,3179,3183,3188],{"type":15,"tag":54,"props":3172,"children":3173},{"style":71},[3174],{"type":20,"value":1223},{"type":15,"tag":54,"props":3176,"children":3177},{"style":77},[3178],{"type":20,"value":1228},{"type":15,"tag":54,"props":3180,"children":3181},{"style":71},[3182],{"type":20,"value":85},{"type":15,"tag":54,"props":3184,"children":3185},{"style":1235},[3186],{"type":20,"value":3187},"\"Before collapse\"",{"type":15,"tag":54,"props":3189,"children":3190},{"style":71},[3191],{"type":20,"value":106},{"type":15,"tag":54,"props":3193,"children":3195},{"class":56,"line":3194},14,[3196],{"type":15,"tag":54,"props":3197,"children":3198},{"style":61},[3199],{"type":20,"value":3200},"    // e.IsCancelled = true;  // Prevent collapse\n",{"type":15,"tag":54,"props":3202,"children":3204},{"class":56,"line":3203},15,[3205],{"type":15,"tag":54,"props":3206,"children":3207},{"style":71},[3208],{"type":20,"value":2988},{"type":15,"tag":54,"props":3210,"children":3212},{"class":56,"line":3211},16,[3213],{"type":15,"tag":54,"props":3214,"children":3215},{"emptyLinePlaceholder":113},[3216],{"type":20,"value":116},{"type":15,"tag":54,"props":3218,"children":3220},{"class":56,"line":3219},17,[3221,3226,3230,3234,3238,3242,3246,3250],{"type":15,"tag":54,"props":3222,"children":3223},{"style":71},[3224],{"type":20,"value":3225},"sheet.AfterOutlineCollapse ",{"type":15,"tag":54,"props":3227,"children":3228},{"style":280},[3229],{"type":20,"value":2874},{"type":15,"tag":54,"props":3231,"children":3232},{"style":71},[3233],{"type":20,"value":2879},{"type":15,"tag":54,"props":3235,"children":3236},{"style":77},[3237],{"type":20,"value":2884},{"type":15,"tag":54,"props":3239,"children":3240},{"style":71},[3241],{"type":20,"value":96},{"type":15,"tag":54,"props":3243,"children":3244},{"style":77},[3245],{"type":20,"value":2893},{"type":15,"tag":54,"props":3247,"children":3248},{"style":71},[3249],{"type":20,"value":1522},{"type":15,"tag":54,"props":3251,"children":3252},{"style":280},[3253],{"type":20,"value":1527},{"type":15,"tag":54,"props":3255,"children":3257},{"class":56,"line":3256},18,[3258],{"type":15,"tag":54,"props":3259,"children":3260},{"style":71},[3261],{"type":20,"value":1215},{"type":15,"tag":54,"props":3263,"children":3265},{"class":56,"line":3264},19,[3266,3270,3274,3278,3283],{"type":15,"tag":54,"props":3267,"children":3268},{"style":71},[3269],{"type":20,"value":1223},{"type":15,"tag":54,"props":3271,"children":3272},{"style":77},[3273],{"type":20,"value":1228},{"type":15,"tag":54,"props":3275,"children":3276},{"style":71},[3277],{"type":20,"value":85},{"type":15,"tag":54,"props":3279,"children":3280},{"style":1235},[3281],{"type":20,"value":3282},"\"After collapse\"",{"type":15,"tag":54,"props":3284,"children":3285},{"style":71},[3286],{"type":20,"value":106},{"type":15,"tag":54,"props":3288,"children":3290},{"class":56,"line":3289},20,[3291],{"type":15,"tag":54,"props":3292,"children":3293},{"style":71},[3294],{"type":20,"value":2988},{"type":15,"tag":54,"props":3296,"children":3298},{"class":56,"line":3297},21,[3299],{"type":15,"tag":54,"props":3300,"children":3301},{"emptyLinePlaceholder":113},[3302],{"type":20,"value":116},{"type":15,"tag":54,"props":3304,"children":3306},{"class":56,"line":3305},22,[3307,3312,3316,3320,3324,3328,3332,3336],{"type":15,"tag":54,"props":3308,"children":3309},{"style":71},[3310],{"type":20,"value":3311},"sheet.BeforeOutlineExpand ",{"type":15,"tag":54,"props":3313,"children":3314},{"style":280},[3315],{"type":20,"value":2874},{"type":15,"tag":54,"props":3317,"children":3318},{"style":71},[3319],{"type":20,"value":2879},{"type":15,"tag":54,"props":3321,"children":3322},{"style":77},[3323],{"type":20,"value":2884},{"type":15,"tag":54,"props":3325,"children":3326},{"style":71},[3327],{"type":20,"value":96},{"type":15,"tag":54,"props":3329,"children":3330},{"style":77},[3331],{"type":20,"value":2893},{"type":15,"tag":54,"props":3333,"children":3334},{"style":71},[3335],{"type":20,"value":1522},{"type":15,"tag":54,"props":3337,"children":3338},{"style":280},[3339],{"type":20,"value":1527},{"type":15,"tag":54,"props":3341,"children":3343},{"class":56,"line":3342},23,[3344],{"type":15,"tag":54,"props":3345,"children":3346},{"style":71},[3347],{"type":20,"value":1215},{"type":15,"tag":54,"props":3349,"children":3351},{"class":56,"line":3350},24,[3352,3356,3360,3364,3369],{"type":15,"tag":54,"props":3353,"children":3354},{"style":71},[3355],{"type":20,"value":1223},{"type":15,"tag":54,"props":3357,"children":3358},{"style":77},[3359],{"type":20,"value":1228},{"type":15,"tag":54,"props":3361,"children":3362},{"style":71},[3363],{"type":20,"value":85},{"type":15,"tag":54,"props":3365,"children":3366},{"style":1235},[3367],{"type":20,"value":3368},"\"Before expand\"",{"type":15,"tag":54,"props":3370,"children":3371},{"style":71},[3372],{"type":20,"value":106},{"type":15,"tag":54,"props":3374,"children":3376},{"class":56,"line":3375},25,[3377],{"type":15,"tag":54,"props":3378,"children":3379},{"style":71},[3380],{"type":20,"value":2988},{"type":15,"tag":54,"props":3382,"children":3384},{"class":56,"line":3383},26,[3385],{"type":15,"tag":54,"props":3386,"children":3387},{"emptyLinePlaceholder":113},[3388],{"type":20,"value":116},{"type":15,"tag":54,"props":3390,"children":3392},{"class":56,"line":3391},27,[3393,3398,3402,3406,3410,3414,3418,3422],{"type":15,"tag":54,"props":3394,"children":3395},{"style":71},[3396],{"type":20,"value":3397},"sheet.AfterOutlineExpand ",{"type":15,"tag":54,"props":3399,"children":3400},{"style":280},[3401],{"type":20,"value":2874},{"type":15,"tag":54,"props":3403,"children":3404},{"style":71},[3405],{"type":20,"value":2879},{"type":15,"tag":54,"props":3407,"children":3408},{"style":77},[3409],{"type":20,"value":2884},{"type":15,"tag":54,"props":3411,"children":3412},{"style":71},[3413],{"type":20,"value":96},{"type":15,"tag":54,"props":3415,"children":3416},{"style":77},[3417],{"type":20,"value":2893},{"type":15,"tag":54,"props":3419,"children":3420},{"style":71},[3421],{"type":20,"value":1522},{"type":15,"tag":54,"props":3423,"children":3424},{"style":280},[3425],{"type":20,"value":1527},{"type":15,"tag":54,"props":3427,"children":3429},{"class":56,"line":3428},28,[3430],{"type":15,"tag":54,"props":3431,"children":3432},{"style":71},[3433],{"type":20,"value":1215},{"type":15,"tag":54,"props":3435,"children":3437},{"class":56,"line":3436},29,[3438,3442,3446,3450,3455],{"type":15,"tag":54,"props":3439,"children":3440},{"style":71},[3441],{"type":20,"value":1223},{"type":15,"tag":54,"props":3443,"children":3444},{"style":77},[3445],{"type":20,"value":1228},{"type":15,"tag":54,"props":3447,"children":3448},{"style":71},[3449],{"type":20,"value":85},{"type":15,"tag":54,"props":3451,"children":3452},{"style":1235},[3453],{"type":20,"value":3454},"\"After expand\"",{"type":15,"tag":54,"props":3456,"children":3457},{"style":71},[3458],{"type":20,"value":106},{"type":15,"tag":54,"props":3460,"children":3462},{"class":56,"line":3461},30,[3463],{"type":15,"tag":54,"props":3464,"children":3465},{"style":71},[3466],{"type":20,"value":2988},{"type":15,"tag":37,"props":3468,"children":3470},{"id":3469},"アウトラインインスタンスのイベント",[3471],{"type":20,"value":3469},{"type":15,"tag":16,"props":3473,"children":3474},{},[3475],{"type":20,"value":3476},"各アウトラインインスタンスも独自のイベントを発生させます：",{"type":15,"tag":43,"props":3478,"children":3480},{"className":45,"code":3479,"language":47,"meta":7,"style":7},"var outline = sheet.GroupRows(3, 5);\n\noutline.BeforeCollapse += (s, e) =>\n{\n    Console.WriteLine(\"Instance: before collapse\");\n    // e.IsCancelled = true;\n};\n\noutline.AfterCollapse += (s, e) =>\n{\n    Console.WriteLine(\"Instance: after collapse\");\n};\n\noutline.BeforeExpand += (s, e) =>\n{\n    Console.WriteLine(\"Instance: before expand\");\n};\n\noutline.AfterExpand += (s, e) =>\n{\n    Console.WriteLine(\"Instance: after expand\");\n};\n",[3481],{"type":15,"tag":50,"props":3482,"children":3483},{"__ignoreMap":7},[3484,3527,3534,3570,3577,3601,3609,3616,3623,3659,3666,3690,3697,3704,3740,3747,3771,3778,3785,3821,3828,3852],{"type":15,"tag":54,"props":3485,"children":3486},{"class":56,"line":57},[3487,3491,3495,3499,3503,3507,3511,3515,3519,3523],{"type":15,"tag":54,"props":3488,"children":3489},{"style":280},[3490],{"type":20,"value":283},{"type":15,"tag":54,"props":3492,"children":3493},{"style":77},[3494],{"type":20,"value":288},{"type":15,"tag":54,"props":3496,"children":3497},{"style":280},[3498],{"type":20,"value":293},{"type":15,"tag":54,"props":3500,"children":3501},{"style":71},[3502],{"type":20,"value":298},{"type":15,"tag":54,"props":3504,"children":3505},{"style":77},[3506],{"type":20,"value":80},{"type":15,"tag":54,"props":3508,"children":3509},{"style":71},[3510],{"type":20,"value":85},{"type":15,"tag":54,"props":3512,"children":3513},{"style":88},[3514],{"type":20,"value":91},{"type":15,"tag":54,"props":3516,"children":3517},{"style":71},[3518],{"type":20,"value":96},{"type":15,"tag":54,"props":3520,"children":3521},{"style":88},[3522],{"type":20,"value":101},{"type":15,"tag":54,"props":3524,"children":3525},{"style":71},[3526],{"type":20,"value":106},{"type":15,"tag":54,"props":3528,"children":3529},{"class":56,"line":67},[3530],{"type":15,"tag":54,"props":3531,"children":3532},{"emptyLinePlaceholder":113},[3533],{"type":20,"value":116},{"type":15,"tag":54,"props":3535,"children":3536},{"class":56,"line":109},[3537,3542,3546,3550,3554,3558,3562,3566],{"type":15,"tag":54,"props":3538,"children":3539},{"style":71},[3540],{"type":20,"value":3541},"outline.BeforeCollapse ",{"type":15,"tag":54,"props":3543,"children":3544},{"style":280},[3545],{"type":20,"value":2874},{"type":15,"tag":54,"props":3547,"children":3548},{"style":71},[3549],{"type":20,"value":2879},{"type":15,"tag":54,"props":3551,"children":3552},{"style":77},[3553],{"type":20,"value":2884},{"type":15,"tag":54,"props":3555,"children":3556},{"style":71},[3557],{"type":20,"value":96},{"type":15,"tag":54,"props":3559,"children":3560},{"style":77},[3561],{"type":20,"value":2893},{"type":15,"tag":54,"props":3563,"children":3564},{"style":71},[3565],{"type":20,"value":1522},{"type":15,"tag":54,"props":3567,"children":3568},{"style":280},[3569],{"type":20,"value":1527},{"type":15,"tag":54,"props":3571,"children":3572},{"class":56,"line":119},[3573],{"type":15,"tag":54,"props":3574,"children":3575},{"style":71},[3576],{"type":20,"value":1215},{"type":15,"tag":54,"props":3578,"children":3579},{"class":56,"line":128},[3580,3584,3588,3592,3597],{"type":15,"tag":54,"props":3581,"children":3582},{"style":71},[3583],{"type":20,"value":1223},{"type":15,"tag":54,"props":3585,"children":3586},{"style":77},[3587],{"type":20,"value":1228},{"type":15,"tag":54,"props":3589,"children":3590},{"style":71},[3591],{"type":20,"value":85},{"type":15,"tag":54,"props":3593,"children":3594},{"style":1235},[3595],{"type":20,"value":3596},"\"Instance: before collapse\"",{"type":15,"tag":54,"props":3598,"children":3599},{"style":71},[3600],{"type":20,"value":106},{"type":15,"tag":54,"props":3602,"children":3603},{"class":56,"line":162},[3604],{"type":15,"tag":54,"props":3605,"children":3606},{"style":61},[3607],{"type":20,"value":3608},"    // e.IsCancelled = true;\n",{"type":15,"tag":54,"props":3610,"children":3611},{"class":56,"line":170},[3612],{"type":15,"tag":54,"props":3613,"children":3614},{"style":71},[3615],{"type":20,"value":2988},{"type":15,"tag":54,"props":3617,"children":3618},{"class":56,"line":179},[3619],{"type":15,"tag":54,"props":3620,"children":3621},{"emptyLinePlaceholder":113},[3622],{"type":20,"value":116},{"type":15,"tag":54,"props":3624,"children":3625},{"class":56,"line":213},[3626,3631,3635,3639,3643,3647,3651,3655],{"type":15,"tag":54,"props":3627,"children":3628},{"style":71},[3629],{"type":20,"value":3630},"outline.AfterCollapse ",{"type":15,"tag":54,"props":3632,"children":3633},{"style":280},[3634],{"type":20,"value":2874},{"type":15,"tag":54,"props":3636,"children":3637},{"style":71},[3638],{"type":20,"value":2879},{"type":15,"tag":54,"props":3640,"children":3641},{"style":77},[3642],{"type":20,"value":2884},{"type":15,"tag":54,"props":3644,"children":3645},{"style":71},[3646],{"type":20,"value":96},{"type":15,"tag":54,"props":3648,"children":3649},{"style":77},[3650],{"type":20,"value":2893},{"type":15,"tag":54,"props":3652,"children":3653},{"style":71},[3654],{"type":20,"value":1522},{"type":15,"tag":54,"props":3656,"children":3657},{"style":280},[3658],{"type":20,"value":1527},{"type":15,"tag":54,"props":3660,"children":3661},{"class":56,"line":1438},[3662],{"type":15,"tag":54,"props":3663,"children":3664},{"style":71},[3665],{"type":20,"value":1215},{"type":15,"tag":54,"props":3667,"children":3668},{"class":56,"line":1447},[3669,3673,3677,3681,3686],{"type":15,"tag":54,"props":3670,"children":3671},{"style":71},[3672],{"type":20,"value":1223},{"type":15,"tag":54,"props":3674,"children":3675},{"style":77},[3676],{"type":20,"value":1228},{"type":15,"tag":54,"props":3678,"children":3679},{"style":71},[3680],{"type":20,"value":85},{"type":15,"tag":54,"props":3682,"children":3683},{"style":1235},[3684],{"type":20,"value":3685},"\"Instance: after collapse\"",{"type":15,"tag":54,"props":3687,"children":3688},{"style":71},[3689],{"type":20,"value":106},{"type":15,"tag":54,"props":3691,"children":3692},{"class":56,"line":2334},[3693],{"type":15,"tag":54,"props":3694,"children":3695},{"style":71},[3696],{"type":20,"value":2988},{"type":15,"tag":54,"props":3698,"children":3699},{"class":56,"line":2352},[3700],{"type":15,"tag":54,"props":3701,"children":3702},{"emptyLinePlaceholder":113},[3703],{"type":20,"value":116},{"type":15,"tag":54,"props":3705,"children":3706},{"class":56,"line":3194},[3707,3712,3716,3720,3724,3728,3732,3736],{"type":15,"tag":54,"props":3708,"children":3709},{"style":71},[3710],{"type":20,"value":3711},"outline.BeforeExpand ",{"type":15,"tag":54,"props":3713,"children":3714},{"style":280},[3715],{"type":20,"value":2874},{"type":15,"tag":54,"props":3717,"children":3718},{"style":71},[3719],{"type":20,"value":2879},{"type":15,"tag":54,"props":3721,"children":3722},{"style":77},[3723],{"type":20,"value":2884},{"type":15,"tag":54,"props":3725,"children":3726},{"style":71},[3727],{"type":20,"value":96},{"type":15,"tag":54,"props":3729,"children":3730},{"style":77},[3731],{"type":20,"value":2893},{"type":15,"tag":54,"props":3733,"children":3734},{"style":71},[3735],{"type":20,"value":1522},{"type":15,"tag":54,"props":3737,"children":3738},{"style":280},[3739],{"type":20,"value":1527},{"type":15,"tag":54,"props":3741,"children":3742},{"class":56,"line":3203},[3743],{"type":15,"tag":54,"props":3744,"children":3745},{"style":71},[3746],{"type":20,"value":1215},{"type":15,"tag":54,"props":3748,"children":3749},{"class":56,"line":3211},[3750,3754,3758,3762,3767],{"type":15,"tag":54,"props":3751,"children":3752},{"style":71},[3753],{"type":20,"value":1223},{"type":15,"tag":54,"props":3755,"children":3756},{"style":77},[3757],{"type":20,"value":1228},{"type":15,"tag":54,"props":3759,"children":3760},{"style":71},[3761],{"type":20,"value":85},{"type":15,"tag":54,"props":3763,"children":3764},{"style":1235},[3765],{"type":20,"value":3766},"\"Instance: before expand\"",{"type":15,"tag":54,"props":3768,"children":3769},{"style":71},[3770],{"type":20,"value":106},{"type":15,"tag":54,"props":3772,"children":3773},{"class":56,"line":3219},[3774],{"type":15,"tag":54,"props":3775,"children":3776},{"style":71},[3777],{"type":20,"value":2988},{"type":15,"tag":54,"props":3779,"children":3780},{"class":56,"line":3256},[3781],{"type":15,"tag":54,"props":3782,"children":3783},{"emptyLinePlaceholder":113},[3784],{"type":20,"value":116},{"type":15,"tag":54,"props":3786,"children":3787},{"class":56,"line":3264},[3788,3793,3797,3801,3805,3809,3813,3817],{"type":15,"tag":54,"props":3789,"children":3790},{"style":71},[3791],{"type":20,"value":3792},"outline.AfterExpand ",{"type":15,"tag":54,"props":3794,"children":3795},{"style":280},[3796],{"type":20,"value":2874},{"type":15,"tag":54,"props":3798,"children":3799},{"style":71},[3800],{"type":20,"value":2879},{"type":15,"tag":54,"props":3802,"children":3803},{"style":77},[3804],{"type":20,"value":2884},{"type":15,"tag":54,"props":3806,"children":3807},{"style":71},[3808],{"type":20,"value":96},{"type":15,"tag":54,"props":3810,"children":3811},{"style":77},[3812],{"type":20,"value":2893},{"type":15,"tag":54,"props":3814,"children":3815},{"style":71},[3816],{"type":20,"value":1522},{"type":15,"tag":54,"props":3818,"children":3819},{"style":280},[3820],{"type":20,"value":1527},{"type":15,"tag":54,"props":3822,"children":3823},{"class":56,"line":3289},[3824],{"type":15,"tag":54,"props":3825,"children":3826},{"style":71},[3827],{"type":20,"value":1215},{"type":15,"tag":54,"props":3829,"children":3830},{"class":56,"line":3297},[3831,3835,3839,3843,3848],{"type":15,"tag":54,"props":3832,"children":3833},{"style":71},[3834],{"type":20,"value":1223},{"type":15,"tag":54,"props":3836,"children":3837},{"style":77},[3838],{"type":20,"value":1228},{"type":15,"tag":54,"props":3840,"children":3841},{"style":71},[3842],{"type":20,"value":85},{"type":15,"tag":54,"props":3844,"children":3845},{"style":1235},[3846],{"type":20,"value":3847},"\"Instance: after expand\"",{"type":15,"tag":54,"props":3849,"children":3850},{"style":71},[3851],{"type":20,"value":106},{"type":15,"tag":54,"props":3853,"children":3854},{"class":56,"line":3305},[3855],{"type":15,"tag":54,"props":3856,"children":3857},{"style":71},[3858],{"type":20,"value":2988},{"type":15,"tag":37,"props":3860,"children":3862},{"id":3861},"折りたたみ展開の防止",[3863],{"type":20,"value":3864},"折りたたみ/展開の防止",{"type":15,"tag":16,"props":3866,"children":3867},{},[3868,3870,3875],{"type":20,"value":3869},"Beforeイベントの ",{"type":15,"tag":50,"props":3871,"children":3873},{"className":3872},[],[3874],{"type":20,"value":2839},{"type":20,"value":3876}," プロパティを使用します：",{"type":15,"tag":43,"props":3878,"children":3880},{"className":45,"code":3879,"language":47,"meta":7,"style":7},"sheet.BeforeOutlineCollapse += (s, e) => e.IsCancelled = true;\n",[3881],{"type":15,"tag":50,"props":3882,"children":3883},{"__ignoreMap":7},[3884],{"type":15,"tag":54,"props":3885,"children":3886},{"class":56,"line":57},[3887,3891,3895,3899,3903,3907,3911,3915,3920,3925,3929,3933],{"type":15,"tag":54,"props":3888,"children":3889},{"style":71},[3890],{"type":20,"value":3132},{"type":15,"tag":54,"props":3892,"children":3893},{"style":280},[3894],{"type":20,"value":2874},{"type":15,"tag":54,"props":3896,"children":3897},{"style":71},[3898],{"type":20,"value":2879},{"type":15,"tag":54,"props":3900,"children":3901},{"style":77},[3902],{"type":20,"value":2884},{"type":15,"tag":54,"props":3904,"children":3905},{"style":71},[3906],{"type":20,"value":96},{"type":15,"tag":54,"props":3908,"children":3909},{"style":77},[3910],{"type":20,"value":2893},{"type":15,"tag":54,"props":3912,"children":3913},{"style":71},[3914],{"type":20,"value":1522},{"type":15,"tag":54,"props":3916,"children":3917},{"style":280},[3918],{"type":20,"value":3919},"=>",{"type":15,"tag":54,"props":3921,"children":3922},{"style":71},[3923],{"type":20,"value":3924}," e.IsCancelled ",{"type":15,"tag":54,"props":3926,"children":3927},{"style":280},[3928],{"type":20,"value":2095},{"type":15,"tag":54,"props":3930,"children":3931},{"style":88},[3932],{"type":20,"value":1620},{"type":15,"tag":54,"props":3934,"children":3935},{"style":71},[3936],{"type":20,"value":3937},";\n",{"type":15,"tag":31,"props":3939,"children":3941},{"id":3940},"アウトラインパネルの非表示",[3942],{"type":20,"value":3940},{"type":15,"tag":16,"props":3944,"children":3945},{},[3946],{"type":20,"value":3947},"ユーザーの操作を防止しつつ、プログラムによる制御は引き続き許可するために、アウトラインUIを非表示にします：",{"type":15,"tag":43,"props":3949,"children":3951},{"className":45,"code":3950,"language":47,"meta":7,"style":7},"// Hide both row and column outline panels\nsheet.SetSettings(WorksheetSettings.View_AllowShowRowOutlines, false);\nsheet.SetSettings(WorksheetSettings.View_AllowShowColumnOutlines, false);\n",[3952],{"type":15,"tag":50,"props":3953,"children":3954},{"__ignoreMap":7},[3955,3963,3989],{"type":15,"tag":54,"props":3956,"children":3957},{"class":56,"line":57},[3958],{"type":15,"tag":54,"props":3959,"children":3960},{"style":61},[3961],{"type":20,"value":3962},"// Hide both row and column outline panels\n",{"type":15,"tag":54,"props":3964,"children":3965},{"class":56,"line":67},[3966,3970,3975,3980,3985],{"type":15,"tag":54,"props":3967,"children":3968},{"style":71},[3969],{"type":20,"value":74},{"type":15,"tag":54,"props":3971,"children":3972},{"style":77},[3973],{"type":20,"value":3974},"SetSettings",{"type":15,"tag":54,"props":3976,"children":3977},{"style":71},[3978],{"type":20,"value":3979},"(WorksheetSettings.View_AllowShowRowOutlines, ",{"type":15,"tag":54,"props":3981,"children":3982},{"style":88},[3983],{"type":20,"value":3984},"false",{"type":15,"tag":54,"props":3986,"children":3987},{"style":71},[3988],{"type":20,"value":106},{"type":15,"tag":54,"props":3990,"children":3991},{"class":56,"line":109},[3992,3996,4000,4005,4009],{"type":15,"tag":54,"props":3993,"children":3994},{"style":71},[3995],{"type":20,"value":74},{"type":15,"tag":54,"props":3997,"children":3998},{"style":77},[3999],{"type":20,"value":3974},{"type":15,"tag":54,"props":4001,"children":4002},{"style":71},[4003],{"type":20,"value":4004},"(WorksheetSettings.View_AllowShowColumnOutlines, ",{"type":15,"tag":54,"props":4006,"children":4007},{"style":88},[4008],{"type":20,"value":3984},{"type":15,"tag":54,"props":4010,"children":4011},{"style":71},[4012],{"type":20,"value":106},{"type":15,"tag":16,"props":4014,"children":4015},{},[4016],{"type":15,"tag":25,"props":4017,"children":4020},{"alt":4018,"src":4019},"Custom Header","/document/images/1131.png",[],{"type":15,"tag":16,"props":4022,"children":4023},{},[4024],{"type":20,"value":4025},"パネルが非表示の場合でも、アウトラインはプログラムで制御できます：",{"type":15,"tag":43,"props":4027,"children":4029},{"className":45,"code":4028,"language":47,"meta":7,"style":7},"var outline1 = sheet.GroupRows(1, 3);\noutline1.Collapse();\n\nvar outline2 = sheet.GroupRows(5, 2);\noutline2.Collapse();\n",[4030],{"type":15,"tag":50,"props":4031,"children":4032},{"__ignoreMap":7},[4033,4078,4094,4101,4145],{"type":15,"tag":54,"props":4034,"children":4035},{"class":56,"line":57},[4036,4040,4045,4049,4053,4057,4061,4066,4070,4074],{"type":15,"tag":54,"props":4037,"children":4038},{"style":280},[4039],{"type":20,"value":283},{"type":15,"tag":54,"props":4041,"children":4042},{"style":77},[4043],{"type":20,"value":4044}," outline1",{"type":15,"tag":54,"props":4046,"children":4047},{"style":280},[4048],{"type":20,"value":293},{"type":15,"tag":54,"props":4050,"children":4051},{"style":71},[4052],{"type":20,"value":298},{"type":15,"tag":54,"props":4054,"children":4055},{"style":77},[4056],{"type":20,"value":80},{"type":15,"tag":54,"props":4058,"children":4059},{"style":71},[4060],{"type":20,"value":85},{"type":15,"tag":54,"props":4062,"children":4063},{"style":88},[4064],{"type":20,"value":4065},"1",{"type":15,"tag":54,"props":4067,"children":4068},{"style":71},[4069],{"type":20,"value":96},{"type":15,"tag":54,"props":4071,"children":4072},{"style":88},[4073],{"type":20,"value":91},{"type":15,"tag":54,"props":4075,"children":4076},{"style":71},[4077],{"type":20,"value":106},{"type":15,"tag":54,"props":4079,"children":4080},{"class":56,"line":67},[4081,4086,4090],{"type":15,"tag":54,"props":4082,"children":4083},{"style":71},[4084],{"type":20,"value":4085},"outline1.",{"type":15,"tag":54,"props":4087,"children":4088},{"style":77},[4089],{"type":20,"value":615},{"type":15,"tag":54,"props":4091,"children":4092},{"style":71},[4093],{"type":20,"value":868},{"type":15,"tag":54,"props":4095,"children":4096},{"class":56,"line":109},[4097],{"type":15,"tag":54,"props":4098,"children":4099},{"emptyLinePlaceholder":113},[4100],{"type":20,"value":116},{"type":15,"tag":54,"props":4102,"children":4103},{"class":56,"line":119},[4104,4108,4113,4117,4121,4125,4129,4133,4137,4141],{"type":15,"tag":54,"props":4105,"children":4106},{"style":280},[4107],{"type":20,"value":283},{"type":15,"tag":54,"props":4109,"children":4110},{"style":77},[4111],{"type":20,"value":4112}," outline2",{"type":15,"tag":54,"props":4114,"children":4115},{"style":280},[4116],{"type":20,"value":293},{"type":15,"tag":54,"props":4118,"children":4119},{"style":71},[4120],{"type":20,"value":298},{"type":15,"tag":54,"props":4122,"children":4123},{"style":77},[4124],{"type":20,"value":80},{"type":15,"tag":54,"props":4126,"children":4127},{"style":71},[4128],{"type":20,"value":85},{"type":15,"tag":54,"props":4130,"children":4131},{"style":88},[4132],{"type":20,"value":101},{"type":15,"tag":54,"props":4134,"children":4135},{"style":71},[4136],{"type":20,"value":96},{"type":15,"tag":54,"props":4138,"children":4139},{"style":88},[4140],{"type":20,"value":155},{"type":15,"tag":54,"props":4142,"children":4143},{"style":71},[4144],{"type":20,"value":106},{"type":15,"tag":54,"props":4146,"children":4147},{"class":56,"line":128},[4148,4153,4157],{"type":15,"tag":54,"props":4149,"children":4150},{"style":71},[4151],{"type":20,"value":4152},"outline2.",{"type":15,"tag":54,"props":4154,"children":4155},{"style":77},[4156],{"type":20,"value":615},{"type":15,"tag":54,"props":4158,"children":4159},{"style":71},[4160],{"type":20,"value":868},{"type":15,"tag":16,"props":4162,"children":4163},{},[4164],{"type":20,"value":4165},"アウトラインパネルを再び表示します：",{"type":15,"tag":43,"props":4167,"children":4169},{"className":45,"code":4168,"language":47,"meta":7,"style":7},"sheet.SetSettings(WorksheetSettings.View_AllowShowRowOutlines, true);\nsheet.SetSettings(WorksheetSettings.View_AllowShowColumnOutlines, true);\n",[4170],{"type":15,"tag":50,"props":4171,"children":4172},{"__ignoreMap":7},[4173,4196],{"type":15,"tag":54,"props":4174,"children":4175},{"class":56,"line":57},[4176,4180,4184,4188,4192],{"type":15,"tag":54,"props":4177,"children":4178},{"style":71},[4179],{"type":20,"value":74},{"type":15,"tag":54,"props":4181,"children":4182},{"style":77},[4183],{"type":20,"value":3974},{"type":15,"tag":54,"props":4185,"children":4186},{"style":71},[4187],{"type":20,"value":3979},{"type":15,"tag":54,"props":4189,"children":4190},{"style":88},[4191],{"type":20,"value":2847},{"type":15,"tag":54,"props":4193,"children":4194},{"style":71},[4195],{"type":20,"value":106},{"type":15,"tag":54,"props":4197,"children":4198},{"class":56,"line":67},[4199,4203,4207,4211,4215],{"type":15,"tag":54,"props":4200,"children":4201},{"style":71},[4202],{"type":20,"value":74},{"type":15,"tag":54,"props":4204,"children":4205},{"style":77},[4206],{"type":20,"value":3974},{"type":15,"tag":54,"props":4208,"children":4209},{"style":71},[4210],{"type":20,"value":4004},{"type":15,"tag":54,"props":4212,"children":4213},{"style":88},[4214],{"type":20,"value":2847},{"type":15,"tag":54,"props":4216,"children":4217},{"style":71},[4218],{"type":20,"value":106},{"type":15,"tag":31,"props":4220,"children":4222},{"id":4221},"アクションの使用元に戻すやり直しサポート",[4223],{"type":20,"value":4224},"アクションの使用（元に戻す/やり直しサポート）",{"type":15,"tag":16,"props":4226,"children":4227},{},[4228],{"type":20,"value":4229},"アウトライン操作は元に戻す/やり直しサポートのためにアクションを通じて実行できます：",{"type":15,"tag":43,"props":4231,"children":4233},{"className":45,"code":4232,"language":47,"meta":7,"style":7},"// Add outline with undo support\nsheet.DoAction(new AddOutlineAction(RowOrColumn.Row, 3, 5));\n\n// Remove outline with undo support\nsheet.DoAction(new RemoveOutlineAction(RowOrColumn.Row, 3, 5));\n\n// Collapse/expand with undo support\nsheet.DoAction(new CollapseOutlineAction(RowOrColumn.Row, 3, 5));\nsheet.DoAction(new ExpandOutlineAction(RowOrColumn.Row, 3, 5));\n",[4234],{"type":15,"tag":50,"props":4235,"children":4236},{"__ignoreMap":7},[4237,4245,4292,4299,4307,4351,4358,4366,4410],{"type":15,"tag":54,"props":4238,"children":4239},{"class":56,"line":57},[4240],{"type":15,"tag":54,"props":4241,"children":4242},{"style":61},[4243],{"type":20,"value":4244},"// Add outline with undo support\n",{"type":15,"tag":54,"props":4246,"children":4247},{"class":56,"line":67},[4248,4252,4257,4261,4266,4271,4275,4279,4283,4287],{"type":15,"tag":54,"props":4249,"children":4250},{"style":71},[4251],{"type":20,"value":74},{"type":15,"tag":54,"props":4253,"children":4254},{"style":77},[4255],{"type":20,"value":4256},"DoAction",{"type":15,"tag":54,"props":4258,"children":4259},{"style":71},[4260],{"type":20,"value":85},{"type":15,"tag":54,"props":4262,"children":4263},{"style":280},[4264],{"type":20,"value":4265},"new",{"type":15,"tag":54,"props":4267,"children":4268},{"style":77},[4269],{"type":20,"value":4270}," AddOutlineAction",{"type":15,"tag":54,"props":4272,"children":4273},{"style":71},[4274],{"type":20,"value":194},{"type":15,"tag":54,"props":4276,"children":4277},{"style":88},[4278],{"type":20,"value":91},{"type":15,"tag":54,"props":4280,"children":4281},{"style":71},[4282],{"type":20,"value":96},{"type":15,"tag":54,"props":4284,"children":4285},{"style":88},[4286],{"type":20,"value":101},{"type":15,"tag":54,"props":4288,"children":4289},{"style":71},[4290],{"type":20,"value":4291},"));\n",{"type":15,"tag":54,"props":4293,"children":4294},{"class":56,"line":109},[4295],{"type":15,"tag":54,"props":4296,"children":4297},{"emptyLinePlaceholder":113},[4298],{"type":20,"value":116},{"type":15,"tag":54,"props":4300,"children":4301},{"class":56,"line":119},[4302],{"type":15,"tag":54,"props":4303,"children":4304},{"style":61},[4305],{"type":20,"value":4306},"// Remove outline with undo support\n",{"type":15,"tag":54,"props":4308,"children":4309},{"class":56,"line":128},[4310,4314,4318,4322,4326,4331,4335,4339,4343,4347],{"type":15,"tag":54,"props":4311,"children":4312},{"style":71},[4313],{"type":20,"value":74},{"type":15,"tag":54,"props":4315,"children":4316},{"style":77},[4317],{"type":20,"value":4256},{"type":15,"tag":54,"props":4319,"children":4320},{"style":71},[4321],{"type":20,"value":85},{"type":15,"tag":54,"props":4323,"children":4324},{"style":280},[4325],{"type":20,"value":4265},{"type":15,"tag":54,"props":4327,"children":4328},{"style":77},[4329],{"type":20,"value":4330}," RemoveOutlineAction",{"type":15,"tag":54,"props":4332,"children":4333},{"style":71},[4334],{"type":20,"value":194},{"type":15,"tag":54,"props":4336,"children":4337},{"style":88},[4338],{"type":20,"value":91},{"type":15,"tag":54,"props":4340,"children":4341},{"style":71},[4342],{"type":20,"value":96},{"type":15,"tag":54,"props":4344,"children":4345},{"style":88},[4346],{"type":20,"value":101},{"type":15,"tag":54,"props":4348,"children":4349},{"style":71},[4350],{"type":20,"value":4291},{"type":15,"tag":54,"props":4352,"children":4353},{"class":56,"line":162},[4354],{"type":15,"tag":54,"props":4355,"children":4356},{"emptyLinePlaceholder":113},[4357],{"type":20,"value":116},{"type":15,"tag":54,"props":4359,"children":4360},{"class":56,"line":170},[4361],{"type":15,"tag":54,"props":4362,"children":4363},{"style":61},[4364],{"type":20,"value":4365},"// Collapse/expand with undo support\n",{"type":15,"tag":54,"props":4367,"children":4368},{"class":56,"line":179},[4369,4373,4377,4381,4385,4390,4394,4398,4402,4406],{"type":15,"tag":54,"props":4370,"children":4371},{"style":71},[4372],{"type":20,"value":74},{"type":15,"tag":54,"props":4374,"children":4375},{"style":77},[4376],{"type":20,"value":4256},{"type":15,"tag":54,"props":4378,"children":4379},{"style":71},[4380],{"type":20,"value":85},{"type":15,"tag":54,"props":4382,"children":4383},{"style":280},[4384],{"type":20,"value":4265},{"type":15,"tag":54,"props":4386,"children":4387},{"style":77},[4388],{"type":20,"value":4389}," CollapseOutlineAction",{"type":15,"tag":54,"props":4391,"children":4392},{"style":71},[4393],{"type":20,"value":194},{"type":15,"tag":54,"props":4395,"children":4396},{"style":88},[4397],{"type":20,"value":91},{"type":15,"tag":54,"props":4399,"children":4400},{"style":71},[4401],{"type":20,"value":96},{"type":15,"tag":54,"props":4403,"children":4404},{"style":88},[4405],{"type":20,"value":101},{"type":15,"tag":54,"props":4407,"children":4408},{"style":71},[4409],{"type":20,"value":4291},{"type":15,"tag":54,"props":4411,"children":4412},{"class":56,"line":213},[4413,4417,4421,4425,4429,4434,4438,4442,4446,4450],{"type":15,"tag":54,"props":4414,"children":4415},{"style":71},[4416],{"type":20,"value":74},{"type":15,"tag":54,"props":4418,"children":4419},{"style":77},[4420],{"type":20,"value":4256},{"type":15,"tag":54,"props":4422,"children":4423},{"style":71},[4424],{"type":20,"value":85},{"type":15,"tag":54,"props":4426,"children":4427},{"style":280},[4428],{"type":20,"value":4265},{"type":15,"tag":54,"props":4430,"children":4431},{"style":77},[4432],{"type":20,"value":4433}," ExpandOutlineAction",{"type":15,"tag":54,"props":4435,"children":4436},{"style":71},[4437],{"type":20,"value":194},{"type":15,"tag":54,"props":4439,"children":4440},{"style":88},[4441],{"type":20,"value":91},{"type":15,"tag":54,"props":4443,"children":4444},{"style":71},[4445],{"type":20,"value":96},{"type":15,"tag":54,"props":4447,"children":4448},{"style":88},[4449],{"type":20,"value":101},{"type":15,"tag":54,"props":4451,"children":4452},{"style":71},[4453],{"type":20,"value":4291},{"type":15,"tag":31,"props":4455,"children":4457},{"id":4456},"関連トピック",[4458],{"type":20,"value":4456},{"type":15,"tag":2797,"props":4460,"children":4461},{},[4462,4474,4485,4495],{"type":15,"tag":2801,"props":4463,"children":4464},{},[4465,4472],{"type":15,"tag":4466,"props":4467,"children":4469},"a",{"href":4468},"/document/worksheet/row-and-column/",[4470],{"type":20,"value":4471},"行、列、ヘッダー",{"type":20,"value":4473}," — 行/列の操作と表示/非表示",{"type":15,"tag":2801,"props":4475,"children":4476},{},[4477,4483],{"type":15,"tag":4466,"props":4478,"children":4480},{"href":4479},"/document/worksheet/freeze/",[4481],{"type":20,"value":4482},"ペインの固定",{"type":20,"value":4484}," — 行と列の固定",{"type":15,"tag":2801,"props":4486,"children":4487},{},[4488,4493],{"type":15,"tag":4466,"props":4489,"children":4491},{"href":4490},"/document/events/events/",[4492],{"type":20,"value":2590},{"type":20,"value":4494}," — すべてのワークシートイベント",{"type":15,"tag":2801,"props":4496,"children":4497},{},[4498,4504],{"type":15,"tag":4466,"props":4499,"children":4501},{"href":4500},"/document/actions/actions/",[4502],{"type":20,"value":4503},"アクションフレームワーク",{"type":20,"value":4505}," — 元に戻す/やり直しサポート",{"type":15,"tag":4507,"props":4508,"children":4509},"style",{},[4510],{"type":20,"value":4511},"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":67,"depth":67,"links":4513},[4514,4519,4524,4528,4533,4538,4539,4540,4541,4542,4549,4550,4551],{"id":33,"depth":67,"text":33,"children":4515},[4516,4517,4518],{"id":39,"depth":109,"text":39},{"id":325,"depth":109,"text":325},{"id":428,"depth":109,"text":428},{"id":538,"depth":67,"text":538,"children":4520},[4521,4522,4523],{"id":543,"depth":109,"text":543},{"id":687,"depth":109,"text":687},{"id":781,"depth":109,"text":784},{"id":887,"depth":67,"text":887,"children":4525},[4526,4527],{"id":892,"depth":109,"text":892},{"id":1054,"depth":109,"text":1054},{"id":1121,"depth":67,"text":1121,"children":4529},[4530,4531,4532],{"id":1126,"depth":109,"text":1126},{"id":1309,"depth":109,"text":1309},{"id":1478,"depth":109,"text":1478},{"id":1641,"depth":67,"text":1641,"children":4534},[4535,4536,4537],{"id":1646,"depth":109,"text":1649},{"id":1850,"depth":109,"text":1853},{"id":1955,"depth":109,"text":1958},{"id":2060,"depth":67,"text":2060},{"id":2134,"depth":67,"text":2134},{"id":2541,"depth":67,"text":2541},{"id":2572,"depth":67,"text":2572},{"id":2590,"depth":67,"text":2590,"children":4543},[4544,4545,4546,4547,4548],{"id":2595,"depth":109,"text":2595},{"id":2780,"depth":109,"text":2780},{"id":2852,"depth":109,"text":2852},{"id":3469,"depth":109,"text":3469},{"id":3861,"depth":109,"text":3864},{"id":3940,"depth":67,"text":3940},{"id":4221,"depth":67,"text":4224},{"id":4456,"depth":67,"text":4456},"markdown","content:document:5.data:7.group-and-outline.md","content","document/5.data/7.group-and-outline.md","document/5.data/7.group-and-outline","md",{"loc":4},[4560,4881,4884,4887,4890,4893,4896,4899,4902],{"title":4561,"_path":4562,"children":4563},"Document","/document",[4564,4575,4580,4611,4628,4655,4687,4707,4721,4744,4755,4770,4793,4804,4824,4844,4873],{"title":4565,"_path":4566,"children":4567},"はじめに","/document/getting-started",[4568,4569,4572],{"title":4565,"_path":4566},{"title":4570,"_path":4571},"インストール","/document/getting-started/installation",{"title":4573,"_path":4574},"V3 から V4 への移行ガイド","/document/getting-started/migrate-from-v3",{"title":4576,"_path":4577,"children":4578},"ワークブック","/document/workbook",[4579],{"title":4576,"_path":4577},{"title":4581,"_path":4582,"children":4583},"ワークシート","/document/worksheet",[4584,4585,4587,4590,4593,4596,4599,4602,4605,4608],{"title":4581,"_path":4582},{"title":4471,"_path":4586},"/document/worksheet/row-and-column",{"title":4588,"_path":4589},"範囲","/document/worksheet/range",{"title":4591,"_path":4592},"名前付き範囲","/document/worksheet/named-range",{"title":4594,"_path":4595},"セルの結合と解除","/document/worksheet/merge-and-unmerge",{"title":4597,"_path":4598},"パーシャルグリッド","/document/worksheet/partial-grid",{"title":4600,"_path":4601},"複数行ヘッダー","/document/worksheet/multiple-row-header",{"title":4603,"_path":4604},"ウィンドウ枠の固定","/document/worksheet/freeze",{"title":4606,"_path":4607},"ズーム","/document/worksheet/zoom",{"title":4609,"_path":4610},"設定とオプション","/document/worksheet/settings",{"title":4612,"_path":4613,"children":4614},"選択とナビゲーション","/document/selection",[4615,4616,4619,4622,4625],{"title":4612,"_path":4613},{"title":4617,"_path":4618},"フォーカスと選択","/document/selection/selection",{"title":4620,"_path":4621},"範囲の選択","/document/selection/pick-range",{"title":4623,"_path":4624},"クリップボード","/document/selection/clipboard",{"title":4626,"_path":4627},"テキスト検索","/document/selection/text-search",{"title":4629,"_path":4630,"children":4631},"データ管理","/document/data",[4632,4633,4636,4639,4642,4645,4648,4649,4652],{"title":4629,"_path":4630},{"title":4634,"_path":4635},"データソース","/document/data/datasource",{"title":4637,"_path":4638},"データフィルタリング","/document/data/data-filtering",{"title":4640,"_path":4641},"組み込みオートフィルター","/document/data/builtin-autofilter",{"title":4643,"_path":4644},"条件付きフィルター","/document/data/conditional-filter",{"title":4646,"_path":4647},"条件付きスタイル","/document/data/conditional-styles",{"title":8,"_path":4},{"title":4650,"_path":4651},"データバリデーション","/document/data/data-validation",{"title":4653,"_path":4654},"保護とロック","/document/data/protection",{"title":4656,"_path":4657,"children":4658},"セル","/document/cell",[4659,4660,4663,4666,4669,4672,4675,4678,4681,4684],{"title":4656,"_path":4657},{"title":4661,"_path":4662},"セルの編集","/document/cell/cell-edit",{"title":4664,"_path":4665},"スタイル","/document/cell/style",{"title":4667,"_path":4668},"罫線","/document/cell/border",{"title":4670,"_path":4671},"データ書式","/document/cell/data-format",{"title":4673,"_path":4674},"カスタムデータフォーマッター","/document/cell/custom-data-formatter",{"title":4676,"_path":4677},"データ連続入力","/document/cell/auto-fill",{"title":4679,"_path":4680},"リッチフォーマットテキスト","/document/cell/rich-format-text",{"title":4682,"_path":4683},"セルテキストの回転","/document/cell/rotate-cell-text",{"title":4685,"_path":4686},"セルの反復処理","/document/cell/iterate-cells",{"title":4688,"_path":4689,"children":4690},"セルタイプ","/document/cell-types",[4691,4692,4695,4698,4701,4704],{"title":4688,"_path":4689},{"title":4693,"_path":4694},"組み込みセルタイプ","/document/cell-types/built-in-cell-types",{"title":4696,"_path":4697},"カスタムセル","/document/cell-types/custom-cell",{"title":4699,"_path":4700},"ドロップダウンリストセル","/document/cell-types/dropdown-list-cell",{"title":4702,"_path":4703},"コンボリストセル","/document/cell-types/combo-list-cell",{"title":4705,"_path":4706},"列全体のセルタイプ","/document/cell-types/cells-type-for-entire-column",{"title":4708,"_path":4709,"children":4710},"数式","/document/formula",[4711,4712,4715,4718],{"title":4708,"_path":4709},{"title":4713,"_path":4714},"カスタム関数","/document/formula/custom-function",{"title":4716,"_path":4717},"数式関数","/document/formula/formula-functions",{"title":4719,"_path":4720},"VLOOKUP","/document/formula/vlookup",{"title":4722,"_path":4723,"children":4724},"チャート","/document/chart",[4725,4726,4729,4732,4735,4738,4741],{"title":4722,"_path":4723},{"title":4727,"_path":4728},"縦棒グラフ","/document/chart/column-chart",{"title":4730,"_path":4731},"横棒グラフ","/document/chart/bar-chart",{"title":4733,"_path":4734},"折れ線グラフ","/document/chart/line-chart",{"title":4736,"_path":4737},"面グラフ","/document/chart/area-chart",{"title":4739,"_path":4740},"2D円グラフ","/document/chart/pie-2d-chart",{"title":4742,"_path":4743},"ドーナツグラフ","/document/chart/doughnut-chart",{"title":4745,"_path":4746,"children":4747},"フローティングオブジェクト","/document/floating",[4748,4749,4752],{"title":4745,"_path":4746},{"title":4750,"_path":4751},"描画シェイプ","/document/floating/drawing-shapes",{"title":4753,"_path":4754},"フローティング画像","/document/floating/floating-image",{"title":2590,"_path":4756,"children":4757},"/document/events",[4758,4759,4761,4764,4767],{"title":2590,"_path":4756},{"title":2590,"_path":4760},"/document/events/events",{"title":4762,"_path":4763},"キーボードイベント","/document/events/keyboard-events",{"title":4765,"_path":4766},"マウスイベント","/document/events/mouse-events",{"title":4768,"_path":4769},"SelectionRangeChanged","/document/events/selection-events",{"title":4771,"_path":4772,"children":4773},"カスタマイズ","/document/customization",[4774,4775,4778,4781,4784,4787,4790],{"title":4771,"_path":4772},{"title":4776,"_path":4777},"コントロールの外観","/document/customization/control-appearance",{"title":4779,"_path":4780},"シートタブコントロール","/document/customization/sheet-tab-control",{"title":4782,"_path":4783},"使用可能なホットキー","/document/customization/hot-keys",{"title":4785,"_path":4786},"言語ローカライズ","/document/customization/language-localization",{"title":4788,"_path":4789},"アドレスバーと数式バー","/document/customization/formula-bar",{"title":4791,"_path":4792},"ReoGridEditor","/document/customization/editor",{"title":4794,"_path":4795,"children":4796},"アクション","/document/actions",[4797,4798,4801],{"title":4794,"_path":4795},{"title":4799,"_path":4800},"ReoGridアクションフレームワーク","/document/actions/actions",{"title":4802,"_path":4803},"組み込みワークシートアクション","/document/actions/built-in-actions",{"title":4805,"_path":4806,"children":4807},"ファイル形式","/document/io",[4808,4809,4812,4815,4818,4821],{"title":4805,"_path":4806},{"title":4810,"_path":4811},"Excelファイル形式 (xlsx)","/document/io/excel-file-format",{"title":4813,"_path":4814},"CSV形式","/document/io/csv-format",{"title":4816,"_path":4817},"RGF形式","/document/io/rgf-format",{"title":4819,"_path":4820},"Excel形式とRGF形式の違い","/document/io/difference-between-excel-and-rgf-format",{"title":4822,"_path":4823},"HTMLとしてエクスポート","/document/io/export-as-html",{"title":4825,"_path":4826,"children":4827},"高度な機能","/document/advanced",[4828,4829,4832,4835,4838,4841],{"title":4825,"_path":4826},{"title":4830,"_path":4831},"メモリワークブック","/document/advanced/memory-workbook",{"title":4833,"_path":4834},"ページングと印刷","/document/advanced/paging-and-print",{"title":4836,"_path":4837},"コントロールのリセット","/document/advanced/reset-control",{"title":4839,"_path":4840},"パフォーマンス","/document/advanced/performance",{"title":4842,"_path":4843},"設定","/document/advanced/settings",{"title":4845,"_path":4846,"children":4847},"ハウツーガイド","/document/how-to",[4848,4849,4852,4855,4858,4861,4864,4867,4870],{"title":4845,"_path":4846},{"title":4850,"_path":4851},"ReoGridの推奨プラクティス","/document/how-to/recommended-practice-for-using-reogrid",{"title":4853,"_path":4854},"DataTableでスプレッドシートを埋める","/document/how-to/fill-grid-with-datatable",{"title":4856,"_path":4857},"遅延読み込みモードによる大量データの高速読み込み","/document/how-to/fast-load-large-data-with-lazy-load-mode",{"title":4859,"_path":4860},"カスタムドロップダウンセルの作成","/document/how-to/create-custom-drop-down-cell",{"title":4862,"_path":4863},"日付ピッカーセルの作成","/document/how-to/create-date-picker-cell",{"title":4865,"_path":4866},"Excelファイルからすべての画像を読み取る","/document/how-to/read-all-images-from-excel-file",{"title":4868,"_path":4869},"VB.NETでReoGridを使用するためのヒント","/document/how-to/use-reogrid-in-vb-net",{"title":4871,"_path":4872},"全選択チェックボックスヘッダーの作成","/document/how-to/create-select-all-checkbox-header",{"title":4874,"_path":4875,"children":4876},"トラブルシューティング","/document/troubleshooting",[4877,4878],{"title":4874,"_path":4875},{"title":4879,"_path":4880},"PInvoke例外の修正","/document/troubleshooting/fix-pinvoke-exception",{"title":4882,"_path":4883},"エディション・機能一覧","/editions-features",{"title":4885,"_path":4886},"個人情報保護方針","/privacy-policy",{"title":4888,"_path":4889},"動作環境","/requirements",{"title":4891,"_path":4892},"ReoGrid利用許諾契約書","/terms",{"title":4894,"_path":4895},"ReoGrid利用許諾契約書(Ver.3)","/terms-v3",{"title":4897,"_path":4898},"ReoGrid利用許諾契約書(Ver.4)","/terms-v4",{"title":4900,"_path":4901},"ReoGrid 4 トライアルライセンスポリシー","/terms-v4-trial",{"title":4903,"_path":4904},"ReoGrid Web Edition 利用許諾契約書","/terms-web",1786025061868]