[{"data":1,"prerenderedAt":736},["ShallowReactive",2],{"content-query-LbHHmpbYgh":3,"navigation":398},{"_path":4,"_dir":5,"_draft":6,"_partial":6,"_locale":7,"title":8,"description":9,"date":10,"body":11,"_type":391,"_id":392,"_source":393,"_file":394,"_stem":395,"_extension":396,"sitemap":397},"/document/customization","document",false,"","カスタマイズ","ReoGridの外観、キーボードショートカット、言語設定、数式バー、組み込みエディタのカスタマイズ。","2014-06-06",{"type":12,"children":13,"toc":387},"root",[14,22,28,304,309,381],{"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","// Change grid appearance colors\nvar style = grid.ControlStyle;\nstyle[ControlAppearanceColors.GridBackground] = new SolidColor(Color.White);\nstyle[ControlAppearanceColors.SelectionBorder] = new SolidColor(Color.Blue);\n\n// Customize keyboard shortcuts\nsheet.RegisterShortcutAction(\n    new WorksheetShortcutAction(\"Ctrl+Shift+C\", Keys.Control | Keys.Shift | Keys.C,\n        (ws) => { /* custom action */ }));\n\n// Set language for built-in UI text\nReoGrid.Localization.LangRes.SetCulture(\"ja-JP\");\n","cs",[35],{"type":15,"tag":36,"props":37,"children":38},"code",{"__ignoreMap":7},[39,51,78,107,133,143,152,171,220,259,267,276],{"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},"// Change grid appearance colors\n",{"type":15,"tag":40,"props":52,"children":54},{"class":42,"line":53},2,[55,61,67,72],{"type":15,"tag":40,"props":56,"children":58},{"style":57},"--shiki-light:#D73A49;--shiki-dark:#F97583;--shiki-default:#D73A49",[59],{"type":20,"value":60},"var",{"type":15,"tag":40,"props":62,"children":64},{"style":63},"--shiki-light:#6F42C1;--shiki-dark:#B392F0;--shiki-default:#6F42C1",[65],{"type":20,"value":66}," style",{"type":15,"tag":40,"props":68,"children":69},{"style":57},[70],{"type":20,"value":71}," =",{"type":15,"tag":40,"props":73,"children":75},{"style":74},"--shiki-light:#24292E;--shiki-dark:#E1E4E8;--shiki-default:#24292E",[76],{"type":20,"value":77}," grid.ControlStyle;\n",{"type":15,"tag":40,"props":79,"children":81},{"class":42,"line":80},3,[82,87,92,97,102],{"type":15,"tag":40,"props":83,"children":84},{"style":74},[85],{"type":20,"value":86},"style[ControlAppearanceColors.GridBackground] ",{"type":15,"tag":40,"props":88,"children":89},{"style":57},[90],{"type":20,"value":91},"=",{"type":15,"tag":40,"props":93,"children":94},{"style":57},[95],{"type":20,"value":96}," new",{"type":15,"tag":40,"props":98,"children":99},{"style":63},[100],{"type":20,"value":101}," SolidColor",{"type":15,"tag":40,"props":103,"children":104},{"style":74},[105],{"type":20,"value":106},"(Color.White);\n",{"type":15,"tag":40,"props":108,"children":110},{"class":42,"line":109},4,[111,116,120,124,128],{"type":15,"tag":40,"props":112,"children":113},{"style":74},[114],{"type":20,"value":115},"style[ControlAppearanceColors.SelectionBorder] ",{"type":15,"tag":40,"props":117,"children":118},{"style":57},[119],{"type":20,"value":91},{"type":15,"tag":40,"props":121,"children":122},{"style":57},[123],{"type":20,"value":96},{"type":15,"tag":40,"props":125,"children":126},{"style":63},[127],{"type":20,"value":101},{"type":15,"tag":40,"props":129,"children":130},{"style":74},[131],{"type":20,"value":132},"(Color.Blue);\n",{"type":15,"tag":40,"props":134,"children":136},{"class":42,"line":135},5,[137],{"type":15,"tag":40,"props":138,"children":140},{"emptyLinePlaceholder":139},true,[141],{"type":20,"value":142},"\n",{"type":15,"tag":40,"props":144,"children":146},{"class":42,"line":145},6,[147],{"type":15,"tag":40,"props":148,"children":149},{"style":47},[150],{"type":20,"value":151},"// Customize keyboard shortcuts\n",{"type":15,"tag":40,"props":153,"children":155},{"class":42,"line":154},7,[156,161,166],{"type":15,"tag":40,"props":157,"children":158},{"style":74},[159],{"type":20,"value":160},"sheet.",{"type":15,"tag":40,"props":162,"children":163},{"style":63},[164],{"type":20,"value":165},"RegisterShortcutAction",{"type":15,"tag":40,"props":167,"children":168},{"style":74},[169],{"type":20,"value":170},"(\n",{"type":15,"tag":40,"props":172,"children":174},{"class":42,"line":173},8,[175,180,185,190,196,201,206,211,215],{"type":15,"tag":40,"props":176,"children":177},{"style":57},[178],{"type":20,"value":179},"    new",{"type":15,"tag":40,"props":181,"children":182},{"style":63},[183],{"type":20,"value":184}," WorksheetShortcutAction",{"type":15,"tag":40,"props":186,"children":187},{"style":74},[188],{"type":20,"value":189},"(",{"type":15,"tag":40,"props":191,"children":193},{"style":192},"--shiki-light:#032F62;--shiki-dark:#9ECBFF;--shiki-default:#032F62",[194],{"type":20,"value":195},"\"Ctrl+Shift+C\"",{"type":15,"tag":40,"props":197,"children":198},{"style":74},[199],{"type":20,"value":200},", Keys.Control ",{"type":15,"tag":40,"props":202,"children":203},{"style":57},[204],{"type":20,"value":205},"|",{"type":15,"tag":40,"props":207,"children":208},{"style":74},[209],{"type":20,"value":210}," Keys.Shift ",{"type":15,"tag":40,"props":212,"children":213},{"style":57},[214],{"type":20,"value":205},{"type":15,"tag":40,"props":216,"children":217},{"style":74},[218],{"type":20,"value":219}," Keys.C,\n",{"type":15,"tag":40,"props":221,"children":223},{"class":42,"line":222},9,[224,229,234,239,244,249,254],{"type":15,"tag":40,"props":225,"children":226},{"style":74},[227],{"type":20,"value":228},"        (",{"type":15,"tag":40,"props":230,"children":231},{"style":63},[232],{"type":20,"value":233},"ws",{"type":15,"tag":40,"props":235,"children":236},{"style":74},[237],{"type":20,"value":238},") ",{"type":15,"tag":40,"props":240,"children":241},{"style":57},[242],{"type":20,"value":243},"=>",{"type":15,"tag":40,"props":245,"children":246},{"style":74},[247],{"type":20,"value":248}," { ",{"type":15,"tag":40,"props":250,"children":251},{"style":47},[252],{"type":20,"value":253},"/* custom action */",{"type":15,"tag":40,"props":255,"children":256},{"style":74},[257],{"type":20,"value":258}," }));\n",{"type":15,"tag":40,"props":260,"children":262},{"class":42,"line":261},10,[263],{"type":15,"tag":40,"props":264,"children":265},{"emptyLinePlaceholder":139},[266],{"type":20,"value":142},{"type":15,"tag":40,"props":268,"children":270},{"class":42,"line":269},11,[271],{"type":15,"tag":40,"props":272,"children":273},{"style":47},[274],{"type":20,"value":275},"// Set language for built-in UI text\n",{"type":15,"tag":40,"props":277,"children":279},{"class":42,"line":278},12,[280,285,290,294,299],{"type":15,"tag":40,"props":281,"children":282},{"style":74},[283],{"type":20,"value":284},"ReoGrid.Localization.LangRes.",{"type":15,"tag":40,"props":286,"children":287},{"style":63},[288],{"type":20,"value":289},"SetCulture",{"type":15,"tag":40,"props":291,"children":292},{"style":74},[293],{"type":20,"value":189},{"type":15,"tag":40,"props":295,"children":296},{"style":192},[297],{"type":20,"value":298},"\"ja-JP\"",{"type":15,"tag":40,"props":300,"children":301},{"style":74},[302],{"type":20,"value":303},");\n",{"type":15,"tag":23,"props":305,"children":307},{"id":306},"このセクションの内容",[308],{"type":20,"value":306},{"type":15,"tag":310,"props":311,"children":312},"ul",{},[313,326,337,348,359,370],{"type":15,"tag":314,"props":315,"children":316},"li",{},[317,324],{"type":15,"tag":318,"props":319,"children":321},"a",{"href":320},"/document/customization/control-appearance",[322],{"type":20,"value":323},"コントロールの外観",{"type":20,"value":325}," — グリッド要素すべての色、グラデーション、視覚プロパティ",{"type":15,"tag":314,"props":327,"children":328},{},[329,335],{"type":15,"tag":318,"props":330,"children":332},{"href":331},"/document/customization/sheet-tab-control",[333],{"type":20,"value":334},"シートタブコントロール",{"type":20,"value":336}," — 下部のワークシートタブバーのカスタマイズ",{"type":15,"tag":314,"props":338,"children":339},{},[340,346],{"type":15,"tag":318,"props":341,"children":343},{"href":342},"/document/customization/hot-keys",[344],{"type":20,"value":345},"ホットキー",{"type":20,"value":347}," — 組み込みキーボードショートカットとそのカスタマイズ方法",{"type":15,"tag":314,"props":349,"children":350},{},[351,357],{"type":15,"tag":318,"props":352,"children":354},{"href":353},"/document/customization/language-localization",[355],{"type":20,"value":356},"言語ローカライズ",{"type":20,"value":358}," — 組み込みUIテキストの多言語対応",{"type":15,"tag":314,"props":360,"children":361},{},[362,368],{"type":15,"tag":318,"props":363,"children":365},{"href":364},"/document/customization/formula-bar",[366],{"type":20,"value":367},"数式バー",{"type":20,"value":369}," — セル数式編集用の組み込み数式バーコンポーネント",{"type":15,"tag":314,"props":371,"children":372},{},[373,379],{"type":15,"tag":318,"props":374,"children":376},{"href":375},"/document/customization/editor",[377],{"type":20,"value":378},"ReoGridEditor",{"type":20,"value":380}," — ReoGridで構築されたスタンドアロンのスプレッドシートエディタアプリケーション",{"type":15,"tag":382,"props":383,"children":384},"style",{},[385],{"type":20,"value":386},"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":388},[389,390],{"id":25,"depth":53,"text":25},{"id":306,"depth":53,"text":306},"markdown","content:document:12.customization:1.index.md","content","document/12.customization/1.index.md","document/12.customization/1.index","md",{"loc":4},[399,712,715,718,721,724,727,730,733],{"title":400,"_path":401,"children":402},"Document","/document",[403,414,419,451,468,497,529,549,563,586,597,613,624,635,655,675,704],{"title":404,"_path":405,"children":406},"はじめに","/document/getting-started",[407,408,411],{"title":404,"_path":405},{"title":409,"_path":410},"インストール","/document/getting-started/installation",{"title":412,"_path":413},"V3 から V4 への移行ガイド","/document/getting-started/migrate-from-v3",{"title":415,"_path":416,"children":417},"ワークブック","/document/workbook",[418],{"title":415,"_path":416},{"title":420,"_path":421,"children":422},"ワークシート","/document/worksheet",[423,424,427,430,433,436,439,442,445,448],{"title":420,"_path":421},{"title":425,"_path":426},"行、列、ヘッダー","/document/worksheet/row-and-column",{"title":428,"_path":429},"範囲","/document/worksheet/range",{"title":431,"_path":432},"名前付き範囲","/document/worksheet/named-range",{"title":434,"_path":435},"セルの結合と解除","/document/worksheet/merge-and-unmerge",{"title":437,"_path":438},"パーシャルグリッド","/document/worksheet/partial-grid",{"title":440,"_path":441},"複数行ヘッダー","/document/worksheet/multiple-row-header",{"title":443,"_path":444},"ウィンドウ枠の固定","/document/worksheet/freeze",{"title":446,"_path":447},"ズーム","/document/worksheet/zoom",{"title":449,"_path":450},"設定とオプション","/document/worksheet/settings",{"title":452,"_path":453,"children":454},"選択とナビゲーション","/document/selection",[455,456,459,462,465],{"title":452,"_path":453},{"title":457,"_path":458},"フォーカスと選択","/document/selection/selection",{"title":460,"_path":461},"範囲の選択","/document/selection/pick-range",{"title":463,"_path":464},"クリップボード","/document/selection/clipboard",{"title":466,"_path":467},"テキスト検索","/document/selection/text-search",{"title":469,"_path":470,"children":471},"データ管理","/document/data",[472,473,476,479,482,485,488,491,494],{"title":469,"_path":470},{"title":474,"_path":475},"データソース","/document/data/datasource",{"title":477,"_path":478},"データフィルタリング","/document/data/data-filtering",{"title":480,"_path":481},"組み込みオートフィルター","/document/data/builtin-autofilter",{"title":483,"_path":484},"条件付きフィルター","/document/data/conditional-filter",{"title":486,"_path":487},"条件付きスタイル","/document/data/conditional-styles",{"title":489,"_path":490},"グループとアウトライン","/document/data/group-and-outline",{"title":492,"_path":493},"データバリデーション","/document/data/data-validation",{"title":495,"_path":496},"保護とロック","/document/data/protection",{"title":498,"_path":499,"children":500},"セル","/document/cell",[501,502,505,508,511,514,517,520,523,526],{"title":498,"_path":499},{"title":503,"_path":504},"セルの編集","/document/cell/cell-edit",{"title":506,"_path":507},"スタイル","/document/cell/style",{"title":509,"_path":510},"罫線","/document/cell/border",{"title":512,"_path":513},"データ書式","/document/cell/data-format",{"title":515,"_path":516},"カスタムデータフォーマッター","/document/cell/custom-data-formatter",{"title":518,"_path":519},"データ連続入力","/document/cell/auto-fill",{"title":521,"_path":522},"リッチフォーマットテキスト","/document/cell/rich-format-text",{"title":524,"_path":525},"セルテキストの回転","/document/cell/rotate-cell-text",{"title":527,"_path":528},"セルの反復処理","/document/cell/iterate-cells",{"title":530,"_path":531,"children":532},"セルタイプ","/document/cell-types",[533,534,537,540,543,546],{"title":530,"_path":531},{"title":535,"_path":536},"組み込みセルタイプ","/document/cell-types/built-in-cell-types",{"title":538,"_path":539},"カスタムセル","/document/cell-types/custom-cell",{"title":541,"_path":542},"ドロップダウンリストセル","/document/cell-types/dropdown-list-cell",{"title":544,"_path":545},"コンボリストセル","/document/cell-types/combo-list-cell",{"title":547,"_path":548},"列全体のセルタイプ","/document/cell-types/cells-type-for-entire-column",{"title":550,"_path":551,"children":552},"数式","/document/formula",[553,554,557,560],{"title":550,"_path":551},{"title":555,"_path":556},"カスタム関数","/document/formula/custom-function",{"title":558,"_path":559},"数式関数","/document/formula/formula-functions",{"title":561,"_path":562},"VLOOKUP","/document/formula/vlookup",{"title":564,"_path":565,"children":566},"チャート","/document/chart",[567,568,571,574,577,580,583],{"title":564,"_path":565},{"title":569,"_path":570},"縦棒グラフ","/document/chart/column-chart",{"title":572,"_path":573},"横棒グラフ","/document/chart/bar-chart",{"title":575,"_path":576},"折れ線グラフ","/document/chart/line-chart",{"title":578,"_path":579},"面グラフ","/document/chart/area-chart",{"title":581,"_path":582},"2D円グラフ","/document/chart/pie-2d-chart",{"title":584,"_path":585},"ドーナツグラフ","/document/chart/doughnut-chart",{"title":587,"_path":588,"children":589},"フローティングオブジェクト","/document/floating",[590,591,594],{"title":587,"_path":588},{"title":592,"_path":593},"描画シェイプ","/document/floating/drawing-shapes",{"title":595,"_path":596},"フローティング画像","/document/floating/floating-image",{"title":598,"_path":599,"children":600},"イベント","/document/events",[601,602,604,607,610],{"title":598,"_path":599},{"title":598,"_path":603},"/document/events/events",{"title":605,"_path":606},"キーボードイベント","/document/events/keyboard-events",{"title":608,"_path":609},"マウスイベント","/document/events/mouse-events",{"title":611,"_path":612},"SelectionRangeChanged","/document/events/selection-events",{"title":8,"_path":4,"children":614},[615,616,617,618,620,621,623],{"title":8,"_path":4},{"title":323,"_path":320},{"title":334,"_path":331},{"title":619,"_path":342},"使用可能なホットキー",{"title":356,"_path":353},{"title":622,"_path":364},"アドレスバーと数式バー",{"title":378,"_path":375},{"title":625,"_path":626,"children":627},"アクション","/document/actions",[628,629,632],{"title":625,"_path":626},{"title":630,"_path":631},"ReoGridアクションフレームワーク","/document/actions/actions",{"title":633,"_path":634},"組み込みワークシートアクション","/document/actions/built-in-actions",{"title":636,"_path":637,"children":638},"ファイル形式","/document/io",[639,640,643,646,649,652],{"title":636,"_path":637},{"title":641,"_path":642},"Excelファイル形式 (xlsx)","/document/io/excel-file-format",{"title":644,"_path":645},"CSV形式","/document/io/csv-format",{"title":647,"_path":648},"RGF形式","/document/io/rgf-format",{"title":650,"_path":651},"Excel形式とRGF形式の違い","/document/io/difference-between-excel-and-rgf-format",{"title":653,"_path":654},"HTMLとしてエクスポート","/document/io/export-as-html",{"title":656,"_path":657,"children":658},"高度な機能","/document/advanced",[659,660,663,666,669,672],{"title":656,"_path":657},{"title":661,"_path":662},"メモリワークブック","/document/advanced/memory-workbook",{"title":664,"_path":665},"ページングと印刷","/document/advanced/paging-and-print",{"title":667,"_path":668},"コントロールのリセット","/document/advanced/reset-control",{"title":670,"_path":671},"パフォーマンス","/document/advanced/performance",{"title":673,"_path":674},"設定","/document/advanced/settings",{"title":676,"_path":677,"children":678},"ハウツーガイド","/document/how-to",[679,680,683,686,689,692,695,698,701],{"title":676,"_path":677},{"title":681,"_path":682},"ReoGridの推奨プラクティス","/document/how-to/recommended-practice-for-using-reogrid",{"title":684,"_path":685},"DataTableでスプレッドシートを埋める","/document/how-to/fill-grid-with-datatable",{"title":687,"_path":688},"遅延読み込みモードによる大量データの高速読み込み","/document/how-to/fast-load-large-data-with-lazy-load-mode",{"title":690,"_path":691},"カスタムドロップダウンセルの作成","/document/how-to/create-custom-drop-down-cell",{"title":693,"_path":694},"日付ピッカーセルの作成","/document/how-to/create-date-picker-cell",{"title":696,"_path":697},"Excelファイルからすべての画像を読み取る","/document/how-to/read-all-images-from-excel-file",{"title":699,"_path":700},"VB.NETでReoGridを使用するためのヒント","/document/how-to/use-reogrid-in-vb-net",{"title":702,"_path":703},"全選択チェックボックスヘッダーの作成","/document/how-to/create-select-all-checkbox-header",{"title":705,"_path":706,"children":707},"トラブルシューティング","/document/troubleshooting",[708,709],{"title":705,"_path":706},{"title":710,"_path":711},"PInvoke例外の修正","/document/troubleshooting/fix-pinvoke-exception",{"title":713,"_path":714},"エディション・機能一覧","/editions-features",{"title":716,"_path":717},"個人情報保護方針","/privacy-policy",{"title":719,"_path":720},"動作環境","/requirements",{"title":722,"_path":723},"ReoGrid利用許諾契約書","/terms",{"title":725,"_path":726},"ReoGrid利用許諾契約書(Ver.3)","/terms-v3",{"title":728,"_path":729},"ReoGrid利用許諾契約書(Ver.4)","/terms-v4",{"title":731,"_path":732},"ReoGrid 4 トライアルライセンスポリシー","/terms-v4-trial",{"title":734,"_path":735},"ReoGrid Web Edition 利用許諾契約書","/terms-web",1786025056549]