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