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