[{"data":1,"prerenderedAt":2640},["ShallowReactive",2],{"content-query-7NeZXsPIe6":3,"navigation":2294},{"_path":4,"_dir":5,"_draft":6,"_partial":6,"_locale":7,"title":8,"description":9,"date":10,"body":11,"_type":2287,"_id":2288,"_source":2289,"_file":2290,"_stem":2291,"_extension":2292,"sitemap":2293},"/document/worksheet/partial-grid","worksheet",false,"","パーシャルグリッド","PartialGrid は、データ、スタイル、罫線を含むセルの独立した矩形ブロックを表します。ワークシートから抽出したり、ワークシートに適用したりできます。クリップボード操作、SetPartialGridAction、パターン繰り返し塗りつぶしの基盤となるメカニズムです。","2014-05-28",{"type":12,"children":13,"toc":2259},"root",[14,37,43,87,93,99,177,361,366,442,447,465,471,560,835,840,851,857,933,1009,1021,1026,1037,1043,1117,1287,1293,1303,1308,1490,1495,1598,1655,1660,1670,1839,1844,1912,1917,1922,2045,2050,2142,2147,2204,2209,2253],{"type":15,"tag":16,"props":17,"children":18},"element","p",{},[19,27,29,35],{"type":15,"tag":20,"props":21,"children":23},"code",{"className":22},[],[24],{"type":25,"value":26},"text","PartialGrid",{"type":25,"value":28}," は、データ、スタイル、罫線を含むセルの独立した矩形ブロックを表します。ワークシートから抽出したり、ワークシートに適用したりできます。クリップボード操作、",{"type":15,"tag":20,"props":30,"children":32},{"className":31},[],[33],{"type":25,"value":34},"SetPartialGridAction",{"type":25,"value":36},"、パターン繰り返し塗りつぶしの基盤となるメカニズムです。",{"type":15,"tag":38,"props":39,"children":41},"h2",{"id":40},"名前空間",[42],{"type":25,"value":40},{"type":15,"tag":44,"props":45,"children":49},"pre",{"className":46,"code":47,"language":48,"meta":7,"style":7},"language-cs shiki shiki-themes github-light github-dark github-light","using unvell.ReoGrid;\n","cs",[50],{"type":15,"tag":20,"props":51,"children":52},{"__ignoreMap":7},[53],{"type":15,"tag":54,"props":55,"children":58},"span",{"class":56,"line":57},"line",1,[59,65,71,77,82],{"type":15,"tag":54,"props":60,"children":62},{"style":61},"--shiki-light:#D73A49;--shiki-dark:#F97583;--shiki-default:#D73A49",[63],{"type":25,"value":64},"using",{"type":15,"tag":54,"props":66,"children":68},{"style":67},"--shiki-light:#6F42C1;--shiki-dark:#B392F0;--shiki-default:#6F42C1",[69],{"type":25,"value":70}," unvell",{"type":15,"tag":54,"props":72,"children":74},{"style":73},"--shiki-light:#24292E;--shiki-dark:#E1E4E8;--shiki-default:#24292E",[75],{"type":25,"value":76},".",{"type":15,"tag":54,"props":78,"children":79},{"style":67},[80],{"type":25,"value":81},"ReoGrid",{"type":15,"tag":54,"props":83,"children":84},{"style":73},[85],{"type":25,"value":86},";\n",{"type":15,"tag":38,"props":88,"children":90},{"id":89},"partialgridの作成",[91],{"type":25,"value":92},"PartialGridの作成",{"type":15,"tag":94,"props":95,"children":97},"h3",{"id":96},"コンストラクター",[98],{"type":25,"value":96},{"type":15,"tag":100,"props":101,"children":102},"table",{},[103,121],{"type":15,"tag":104,"props":105,"children":106},"thead",{},[107],{"type":15,"tag":108,"props":109,"children":110},"tr",{},[111,116],{"type":15,"tag":112,"props":113,"children":114},"th",{},[115],{"type":25,"value":96},{"type":15,"tag":112,"props":117,"children":118},{},[119],{"type":25,"value":120},"説明",{"type":15,"tag":122,"props":123,"children":124},"tbody",{},[125,143,160],{"type":15,"tag":108,"props":126,"children":127},{},[128,138],{"type":15,"tag":129,"props":130,"children":131},"td",{},[132],{"type":15,"tag":20,"props":133,"children":135},{"className":134},[],[136],{"type":25,"value":137},"PartialGrid()",{"type":15,"tag":129,"props":139,"children":140},{},[141],{"type":25,"value":142},"空のパーシャルグリッドを作成",{"type":15,"tag":108,"props":144,"children":145},{},[146,155],{"type":15,"tag":129,"props":147,"children":148},{},[149],{"type":15,"tag":20,"props":150,"children":152},{"className":151},[],[153],{"type":25,"value":154},"PartialGrid(int rows, int cols)",{"type":15,"tag":129,"props":156,"children":157},{},[158],{"type":25,"value":159},"指定されたキャパシティで空のパーシャルグリッドを作成",{"type":15,"tag":108,"props":161,"children":162},{},[163,172],{"type":15,"tag":129,"props":164,"children":165},{},[166],{"type":15,"tag":20,"props":167,"children":169},{"className":168},[],[170],{"type":25,"value":171},"PartialGrid(object[,] data)",{"type":15,"tag":129,"props":173,"children":174},{},[175],{"type":25,"value":176},"二次元配列のデータで塗りつぶされたパーシャルグリッドを作成",{"type":15,"tag":44,"props":178,"children":180},{"className":46,"code":179,"language":48,"meta":7,"style":7},"// From a 2D array\nvar grid = new PartialGrid(new object[,] {\n    { \"Name\", \"Price\", \"Qty\" },\n    { \"Apple\", 1.20, 50 },\n    { \"Banana\", 0.80, 30 },\n});\n",[181],{"type":15,"tag":20,"props":182,"children":183},{"__ignoreMap":7},[184,193,242,281,317,352],{"type":15,"tag":54,"props":185,"children":186},{"class":56,"line":57},[187],{"type":15,"tag":54,"props":188,"children":190},{"style":189},"--shiki-light:#6A737D;--shiki-dark:#6A737D;--shiki-default:#6A737D",[191],{"type":25,"value":192},"// From a 2D array\n",{"type":15,"tag":54,"props":194,"children":196},{"class":56,"line":195},2,[197,202,207,212,217,222,227,232,237],{"type":15,"tag":54,"props":198,"children":199},{"style":61},[200],{"type":25,"value":201},"var",{"type":15,"tag":54,"props":203,"children":204},{"style":67},[205],{"type":25,"value":206}," grid",{"type":15,"tag":54,"props":208,"children":209},{"style":61},[210],{"type":25,"value":211}," =",{"type":15,"tag":54,"props":213,"children":214},{"style":61},[215],{"type":25,"value":216}," new",{"type":15,"tag":54,"props":218,"children":219},{"style":67},[220],{"type":25,"value":221}," PartialGrid",{"type":15,"tag":54,"props":223,"children":224},{"style":73},[225],{"type":25,"value":226},"(",{"type":15,"tag":54,"props":228,"children":229},{"style":61},[230],{"type":25,"value":231},"new",{"type":15,"tag":54,"props":233,"children":234},{"style":61},[235],{"type":25,"value":236}," object",{"type":15,"tag":54,"props":238,"children":239},{"style":73},[240],{"type":25,"value":241},"[,] {\n",{"type":15,"tag":54,"props":243,"children":245},{"class":56,"line":244},3,[246,251,257,262,267,271,276],{"type":15,"tag":54,"props":247,"children":248},{"style":73},[249],{"type":25,"value":250},"    { ",{"type":15,"tag":54,"props":252,"children":254},{"style":253},"--shiki-light:#032F62;--shiki-dark:#9ECBFF;--shiki-default:#032F62",[255],{"type":25,"value":256},"\"Name\"",{"type":15,"tag":54,"props":258,"children":259},{"style":73},[260],{"type":25,"value":261},", ",{"type":15,"tag":54,"props":263,"children":264},{"style":253},[265],{"type":25,"value":266},"\"Price\"",{"type":15,"tag":54,"props":268,"children":269},{"style":73},[270],{"type":25,"value":261},{"type":15,"tag":54,"props":272,"children":273},{"style":253},[274],{"type":25,"value":275},"\"Qty\"",{"type":15,"tag":54,"props":277,"children":278},{"style":73},[279],{"type":25,"value":280}," },\n",{"type":15,"tag":54,"props":282,"children":284},{"class":56,"line":283},4,[285,289,294,298,304,308,313],{"type":15,"tag":54,"props":286,"children":287},{"style":73},[288],{"type":25,"value":250},{"type":15,"tag":54,"props":290,"children":291},{"style":253},[292],{"type":25,"value":293},"\"Apple\"",{"type":15,"tag":54,"props":295,"children":296},{"style":73},[297],{"type":25,"value":261},{"type":15,"tag":54,"props":299,"children":301},{"style":300},"--shiki-light:#005CC5;--shiki-dark:#79B8FF;--shiki-default:#005CC5",[302],{"type":25,"value":303},"1.20",{"type":15,"tag":54,"props":305,"children":306},{"style":73},[307],{"type":25,"value":261},{"type":15,"tag":54,"props":309,"children":310},{"style":300},[311],{"type":25,"value":312},"50",{"type":15,"tag":54,"props":314,"children":315},{"style":73},[316],{"type":25,"value":280},{"type":15,"tag":54,"props":318,"children":320},{"class":56,"line":319},5,[321,325,330,334,339,343,348],{"type":15,"tag":54,"props":322,"children":323},{"style":73},[324],{"type":25,"value":250},{"type":15,"tag":54,"props":326,"children":327},{"style":253},[328],{"type":25,"value":329},"\"Banana\"",{"type":15,"tag":54,"props":331,"children":332},{"style":73},[333],{"type":25,"value":261},{"type":15,"tag":54,"props":335,"children":336},{"style":300},[337],{"type":25,"value":338},"0.80",{"type":15,"tag":54,"props":340,"children":341},{"style":73},[342],{"type":25,"value":261},{"type":15,"tag":54,"props":344,"children":345},{"style":300},[346],{"type":25,"value":347},"30",{"type":15,"tag":54,"props":349,"children":350},{"style":73},[351],{"type":25,"value":280},{"type":15,"tag":54,"props":353,"children":355},{"class":56,"line":354},6,[356],{"type":15,"tag":54,"props":357,"children":358},{"style":73},[359],{"type":25,"value":360},"});\n",{"type":15,"tag":38,"props":362,"children":364},{"id":363},"プロパティ",[365],{"type":25,"value":363},{"type":15,"tag":100,"props":367,"children":368},{},[369,388],{"type":15,"tag":104,"props":370,"children":371},{},[372],{"type":15,"tag":108,"props":373,"children":374},{},[375,379,384],{"type":15,"tag":112,"props":376,"children":377},{},[378],{"type":25,"value":363},{"type":15,"tag":112,"props":380,"children":381},{},[382],{"type":25,"value":383},"型",{"type":15,"tag":112,"props":385,"children":386},{},[387],{"type":25,"value":120},{"type":15,"tag":122,"props":389,"children":390},{},[391,417],{"type":15,"tag":108,"props":392,"children":393},{},[394,403,412],{"type":15,"tag":129,"props":395,"children":396},{},[397],{"type":15,"tag":20,"props":398,"children":400},{"className":399},[],[401],{"type":25,"value":402},"Rows",{"type":15,"tag":129,"props":404,"children":405},{},[406],{"type":15,"tag":20,"props":407,"children":409},{"className":408},[],[410],{"type":25,"value":411},"int",{"type":15,"tag":129,"props":413,"children":414},{},[415],{"type":25,"value":416},"パーシャルグリッドの行数",{"type":15,"tag":108,"props":418,"children":419},{},[420,429,437],{"type":15,"tag":129,"props":421,"children":422},{},[423],{"type":15,"tag":20,"props":424,"children":426},{"className":425},[],[427],{"type":25,"value":428},"Columns",{"type":15,"tag":129,"props":430,"children":431},{},[432],{"type":15,"tag":20,"props":433,"children":435},{"className":434},[],[436],{"type":25,"value":411},{"type":15,"tag":129,"props":438,"children":439},{},[440],{"type":25,"value":441},"パーシャルグリッドの列数",{"type":15,"tag":38,"props":443,"children":445},{"id":444},"ワークシートからの抽出",[446],{"type":25,"value":444},{"type":15,"tag":16,"props":448,"children":449},{},[450,456,458,463],{"type":15,"tag":20,"props":451,"children":453},{"className":452},[],[454],{"type":25,"value":455},"GetPartialGrid",{"type":25,"value":457}," を使用して、ワークシートからセルのブロックをコピーします。返された ",{"type":15,"tag":20,"props":459,"children":461},{"className":460},[],[462],{"type":25,"value":26},{"type":25,"value":464}," にはデータ、スタイル、罫線が含まれます。",{"type":15,"tag":94,"props":466,"children":468},{"id":467},"getpartialgridのオーバーロード",[469],{"type":25,"value":470},"GetPartialGridのオーバーロード",{"type":15,"tag":100,"props":472,"children":473},{},[474,489],{"type":15,"tag":104,"props":475,"children":476},{},[477],{"type":15,"tag":108,"props":478,"children":479},{},[480,485],{"type":15,"tag":112,"props":481,"children":482},{},[483],{"type":25,"value":484},"シグネチャー",{"type":15,"tag":112,"props":486,"children":487},{},[488],{"type":25,"value":120},{"type":15,"tag":122,"props":490,"children":491},{},[492,509,526,543],{"type":15,"tag":108,"props":493,"children":494},{},[495,504],{"type":15,"tag":129,"props":496,"children":497},{},[498],{"type":15,"tag":20,"props":499,"children":501},{"className":500},[],[502],{"type":25,"value":503},"GetPartialGrid(string addressOrName)",{"type":15,"tag":129,"props":505,"children":506},{},[507],{"type":25,"value":508},"アドレスまたは名前付き範囲で取得",{"type":15,"tag":108,"props":510,"children":511},{},[512,521],{"type":15,"tag":129,"props":513,"children":514},{},[515],{"type":15,"tag":20,"props":516,"children":518},{"className":517},[],[519],{"type":25,"value":520},"GetPartialGrid(int row, int col, int rows, int cols)",{"type":15,"tag":129,"props":522,"children":523},{},[524],{"type":25,"value":525},"位置とサイズで取得",{"type":15,"tag":108,"props":527,"children":528},{},[529,538],{"type":15,"tag":129,"props":530,"children":531},{},[532],{"type":15,"tag":20,"props":533,"children":535},{"className":534},[],[536],{"type":25,"value":537},"GetPartialGrid(RangePosition range)",{"type":15,"tag":129,"props":539,"children":540},{},[541],{"type":25,"value":542},"範囲位置で取得",{"type":15,"tag":108,"props":544,"children":545},{},[546,555],{"type":15,"tag":129,"props":547,"children":548},{},[549],{"type":15,"tag":20,"props":550,"children":552},{"className":551},[],[553],{"type":25,"value":554},"GetPartialGrid(int[] columns, int[] rows)",{"type":15,"tag":129,"props":556,"children":557},{},[558],{"type":25,"value":559},"非連続の列と行で取得",{"type":15,"tag":44,"props":561,"children":563},{"className":46,"code":562,"language":48,"meta":7,"style":7},"// Copy a block from A1:C3\nPartialGrid block = sheet.GetPartialGrid(\"A1:C3\");\n\n// Copy by position\nPartialGrid block = sheet.GetPartialGrid(0, 0, 3, 3);\n\n// Copy specific columns and rows (non-contiguous)\nPartialGrid block = sheet.GetPartialGrid(\n    new int[] { 0, 2, 4 },   // columns A, C, E\n    new int[] { 0, 1, 2 });   // rows 1, 2, 3\n",[564],{"type":15,"tag":20,"props":565,"children":566},{"__ignoreMap":7},[567,575,614,623,631,692,699,708,737,788],{"type":15,"tag":54,"props":568,"children":569},{"class":56,"line":57},[570],{"type":15,"tag":54,"props":571,"children":572},{"style":189},[573],{"type":25,"value":574},"// Copy a block from A1:C3\n",{"type":15,"tag":54,"props":576,"children":577},{"class":56,"line":195},[578,582,587,591,596,600,604,609],{"type":15,"tag":54,"props":579,"children":580},{"style":67},[581],{"type":25,"value":26},{"type":15,"tag":54,"props":583,"children":584},{"style":67},[585],{"type":25,"value":586}," block",{"type":15,"tag":54,"props":588,"children":589},{"style":61},[590],{"type":25,"value":211},{"type":15,"tag":54,"props":592,"children":593},{"style":73},[594],{"type":25,"value":595}," sheet.",{"type":15,"tag":54,"props":597,"children":598},{"style":67},[599],{"type":25,"value":455},{"type":15,"tag":54,"props":601,"children":602},{"style":73},[603],{"type":25,"value":226},{"type":15,"tag":54,"props":605,"children":606},{"style":253},[607],{"type":25,"value":608},"\"A1:C3\"",{"type":15,"tag":54,"props":610,"children":611},{"style":73},[612],{"type":25,"value":613},");\n",{"type":15,"tag":54,"props":615,"children":616},{"class":56,"line":244},[617],{"type":15,"tag":54,"props":618,"children":620},{"emptyLinePlaceholder":619},true,[621],{"type":25,"value":622},"\n",{"type":15,"tag":54,"props":624,"children":625},{"class":56,"line":283},[626],{"type":15,"tag":54,"props":627,"children":628},{"style":189},[629],{"type":25,"value":630},"// Copy by position\n",{"type":15,"tag":54,"props":632,"children":633},{"class":56,"line":319},[634,638,642,646,650,654,658,663,667,671,675,680,684,688],{"type":15,"tag":54,"props":635,"children":636},{"style":67},[637],{"type":25,"value":26},{"type":15,"tag":54,"props":639,"children":640},{"style":67},[641],{"type":25,"value":586},{"type":15,"tag":54,"props":643,"children":644},{"style":61},[645],{"type":25,"value":211},{"type":15,"tag":54,"props":647,"children":648},{"style":73},[649],{"type":25,"value":595},{"type":15,"tag":54,"props":651,"children":652},{"style":67},[653],{"type":25,"value":455},{"type":15,"tag":54,"props":655,"children":656},{"style":73},[657],{"type":25,"value":226},{"type":15,"tag":54,"props":659,"children":660},{"style":300},[661],{"type":25,"value":662},"0",{"type":15,"tag":54,"props":664,"children":665},{"style":73},[666],{"type":25,"value":261},{"type":15,"tag":54,"props":668,"children":669},{"style":300},[670],{"type":25,"value":662},{"type":15,"tag":54,"props":672,"children":673},{"style":73},[674],{"type":25,"value":261},{"type":15,"tag":54,"props":676,"children":677},{"style":300},[678],{"type":25,"value":679},"3",{"type":15,"tag":54,"props":681,"children":682},{"style":73},[683],{"type":25,"value":261},{"type":15,"tag":54,"props":685,"children":686},{"style":300},[687],{"type":25,"value":679},{"type":15,"tag":54,"props":689,"children":690},{"style":73},[691],{"type":25,"value":613},{"type":15,"tag":54,"props":693,"children":694},{"class":56,"line":354},[695],{"type":15,"tag":54,"props":696,"children":697},{"emptyLinePlaceholder":619},[698],{"type":25,"value":622},{"type":15,"tag":54,"props":700,"children":702},{"class":56,"line":701},7,[703],{"type":15,"tag":54,"props":704,"children":705},{"style":189},[706],{"type":25,"value":707},"// Copy specific columns and rows (non-contiguous)\n",{"type":15,"tag":54,"props":709,"children":711},{"class":56,"line":710},8,[712,716,720,724,728,732],{"type":15,"tag":54,"props":713,"children":714},{"style":67},[715],{"type":25,"value":26},{"type":15,"tag":54,"props":717,"children":718},{"style":67},[719],{"type":25,"value":586},{"type":15,"tag":54,"props":721,"children":722},{"style":61},[723],{"type":25,"value":211},{"type":15,"tag":54,"props":725,"children":726},{"style":73},[727],{"type":25,"value":595},{"type":15,"tag":54,"props":729,"children":730},{"style":67},[731],{"type":25,"value":455},{"type":15,"tag":54,"props":733,"children":734},{"style":73},[735],{"type":25,"value":736},"(\n",{"type":15,"tag":54,"props":738,"children":740},{"class":56,"line":739},9,[741,746,751,756,760,764,769,773,778,783],{"type":15,"tag":54,"props":742,"children":743},{"style":61},[744],{"type":25,"value":745},"    new",{"type":15,"tag":54,"props":747,"children":748},{"style":61},[749],{"type":25,"value":750}," int",{"type":15,"tag":54,"props":752,"children":753},{"style":73},[754],{"type":25,"value":755},"[] { ",{"type":15,"tag":54,"props":757,"children":758},{"style":300},[759],{"type":25,"value":662},{"type":15,"tag":54,"props":761,"children":762},{"style":73},[763],{"type":25,"value":261},{"type":15,"tag":54,"props":765,"children":766},{"style":300},[767],{"type":25,"value":768},"2",{"type":15,"tag":54,"props":770,"children":771},{"style":73},[772],{"type":25,"value":261},{"type":15,"tag":54,"props":774,"children":775},{"style":300},[776],{"type":25,"value":777},"4",{"type":15,"tag":54,"props":779,"children":780},{"style":73},[781],{"type":25,"value":782}," },   ",{"type":15,"tag":54,"props":784,"children":785},{"style":189},[786],{"type":25,"value":787},"// columns A, C, E\n",{"type":15,"tag":54,"props":789,"children":791},{"class":56,"line":790},10,[792,796,800,804,808,812,817,821,825,830],{"type":15,"tag":54,"props":793,"children":794},{"style":61},[795],{"type":25,"value":745},{"type":15,"tag":54,"props":797,"children":798},{"style":61},[799],{"type":25,"value":750},{"type":15,"tag":54,"props":801,"children":802},{"style":73},[803],{"type":25,"value":755},{"type":15,"tag":54,"props":805,"children":806},{"style":300},[807],{"type":25,"value":662},{"type":15,"tag":54,"props":809,"children":810},{"style":73},[811],{"type":25,"value":261},{"type":15,"tag":54,"props":813,"children":814},{"style":300},[815],{"type":25,"value":816},"1",{"type":15,"tag":54,"props":818,"children":819},{"style":73},[820],{"type":25,"value":261},{"type":15,"tag":54,"props":822,"children":823},{"style":300},[824],{"type":25,"value":768},{"type":15,"tag":54,"props":826,"children":827},{"style":73},[828],{"type":25,"value":829}," });   ",{"type":15,"tag":54,"props":831,"children":832},{"style":189},[833],{"type":25,"value":834},"// rows 1, 2, 3\n",{"type":15,"tag":38,"props":836,"children":838},{"id":837},"ワークシートへの適用",[839],{"type":25,"value":837},{"type":15,"tag":16,"props":841,"children":842},{},[843,849],{"type":15,"tag":20,"props":844,"children":846},{"className":845},[],[847],{"type":25,"value":848},"SetPartialGrid",{"type":25,"value":850}," を使用して、パーシャルグリッドをワークシートの目標位置に貼り付けます。対象範囲がパーシャルグリッドのデータ、スタイル、罫線で上書きされます。",{"type":15,"tag":94,"props":852,"children":854},{"id":853},"setpartialgridのオーバーロード",[855],{"type":25,"value":856},"SetPartialGridのオーバーロード",{"type":15,"tag":100,"props":858,"children":859},{},[860,879],{"type":15,"tag":104,"props":861,"children":862},{},[863],{"type":15,"tag":108,"props":864,"children":865},{},[866,870,875],{"type":15,"tag":112,"props":867,"children":868},{},[869],{"type":25,"value":484},{"type":15,"tag":112,"props":871,"children":872},{},[873],{"type":25,"value":874},"戻り値",{"type":15,"tag":112,"props":876,"children":877},{},[878],{"type":25,"value":120},{"type":15,"tag":122,"props":880,"children":881},{},[882,908],{"type":15,"tag":108,"props":883,"children":884},{},[885,894,903],{"type":15,"tag":129,"props":886,"children":887},{},[888],{"type":15,"tag":20,"props":889,"children":891},{"className":890},[],[892],{"type":25,"value":893},"SetPartialGrid(string addressOrName, PartialGrid data)",{"type":15,"tag":129,"props":895,"children":896},{},[897],{"type":15,"tag":20,"props":898,"children":900},{"className":899},[],[901],{"type":25,"value":902},"RangePosition",{"type":15,"tag":129,"props":904,"children":905},{},[906],{"type":25,"value":907},"アドレスまたは名前付き範囲に貼り付け",{"type":15,"tag":108,"props":909,"children":910},{},[911,920,928],{"type":15,"tag":129,"props":912,"children":913},{},[914],{"type":15,"tag":20,"props":915,"children":917},{"className":916},[],[918],{"type":25,"value":919},"SetPartialGrid(RangePosition toRange, PartialGrid data)",{"type":15,"tag":129,"props":921,"children":922},{},[923],{"type":15,"tag":20,"props":924,"children":926},{"className":925},[],[927],{"type":25,"value":902},{"type":15,"tag":129,"props":929,"children":930},{},[931],{"type":25,"value":932},"範囲位置に貼り付け",{"type":15,"tag":44,"props":934,"children":936},{"className":46,"code":935,"language":48,"meta":7,"style":7},"// Copy from one location to another\nvar block = sheet.GetPartialGrid(\"A1:C3\");\nsheet.SetPartialGrid(\"E1\", block);\n",[937],{"type":15,"tag":20,"props":938,"children":939},{"__ignoreMap":7},[940,948,983],{"type":15,"tag":54,"props":941,"children":942},{"class":56,"line":57},[943],{"type":15,"tag":54,"props":944,"children":945},{"style":189},[946],{"type":25,"value":947},"// Copy from one location to another\n",{"type":15,"tag":54,"props":949,"children":950},{"class":56,"line":195},[951,955,959,963,967,971,975,979],{"type":15,"tag":54,"props":952,"children":953},{"style":61},[954],{"type":25,"value":201},{"type":15,"tag":54,"props":956,"children":957},{"style":67},[958],{"type":25,"value":586},{"type":15,"tag":54,"props":960,"children":961},{"style":61},[962],{"type":25,"value":211},{"type":15,"tag":54,"props":964,"children":965},{"style":73},[966],{"type":25,"value":595},{"type":15,"tag":54,"props":968,"children":969},{"style":67},[970],{"type":25,"value":455},{"type":15,"tag":54,"props":972,"children":973},{"style":73},[974],{"type":25,"value":226},{"type":15,"tag":54,"props":976,"children":977},{"style":253},[978],{"type":25,"value":608},{"type":15,"tag":54,"props":980,"children":981},{"style":73},[982],{"type":25,"value":613},{"type":15,"tag":54,"props":984,"children":985},{"class":56,"line":244},[986,991,995,999,1004],{"type":15,"tag":54,"props":987,"children":988},{"style":73},[989],{"type":25,"value":990},"sheet.",{"type":15,"tag":54,"props":992,"children":993},{"style":67},[994],{"type":25,"value":848},{"type":15,"tag":54,"props":996,"children":997},{"style":73},[998],{"type":25,"value":226},{"type":15,"tag":54,"props":1000,"children":1001},{"style":253},[1002],{"type":25,"value":1003},"\"E1\"",{"type":15,"tag":54,"props":1005,"children":1006},{"style":73},[1007],{"type":25,"value":1008},", block);\n",{"type":15,"tag":16,"props":1010,"children":1011},{},[1012,1014,1019],{"type":25,"value":1013},"返される ",{"type":15,"tag":20,"props":1015,"children":1017},{"className":1016},[],[1018],{"type":25,"value":902},{"type":25,"value":1020}," は、実際に塗りつぶされた範囲です。",{"type":15,"tag":38,"props":1022,"children":1024},{"id":1023},"パターンの繰り返し",[1025],{"type":25,"value":1023},{"type":15,"tag":16,"props":1027,"children":1028},{},[1029,1035],{"type":15,"tag":20,"props":1030,"children":1032},{"className":1031},[],[1033],{"type":25,"value":1034},"SetPartialGridRepeatly",{"type":25,"value":1036}," を使用して、パーシャルグリッドをより大きな範囲にタイル状に繰り返します。対象範囲を埋めるためにパーシャルグリッドが繰り返されます。",{"type":15,"tag":94,"props":1038,"children":1040},{"id":1039},"setpartialgridrepeatlyのオーバーロード",[1041],{"type":25,"value":1042},"SetPartialGridRepeatlyのオーバーロード",{"type":15,"tag":100,"props":1044,"children":1045},{},[1046,1064],{"type":15,"tag":104,"props":1047,"children":1048},{},[1049],{"type":15,"tag":108,"props":1050,"children":1051},{},[1052,1056,1060],{"type":15,"tag":112,"props":1053,"children":1054},{},[1055],{"type":25,"value":484},{"type":15,"tag":112,"props":1057,"children":1058},{},[1059],{"type":25,"value":874},{"type":15,"tag":112,"props":1061,"children":1062},{},[1063],{"type":25,"value":120},{"type":15,"tag":122,"props":1065,"children":1066},{},[1067,1092],{"type":15,"tag":108,"props":1068,"children":1069},{},[1070,1079,1087],{"type":15,"tag":129,"props":1071,"children":1072},{},[1073],{"type":15,"tag":20,"props":1074,"children":1076},{"className":1075},[],[1077],{"type":25,"value":1078},"SetPartialGridRepeatly(string addressOrName, PartialGrid grid, PartialGridCopyFlag flags)",{"type":15,"tag":129,"props":1080,"children":1081},{},[1082],{"type":15,"tag":20,"props":1083,"children":1085},{"className":1084},[],[1086],{"type":25,"value":902},{"type":15,"tag":129,"props":1088,"children":1089},{},[1090],{"type":25,"value":1091},"アドレスに繰り返し",{"type":15,"tag":108,"props":1093,"children":1094},{},[1095,1104,1112],{"type":15,"tag":129,"props":1096,"children":1097},{},[1098],{"type":15,"tag":20,"props":1099,"children":1101},{"className":1100},[],[1102],{"type":25,"value":1103},"SetPartialGridRepeatly(RangePosition range, PartialGrid grid, PartialGridCopyFlag flags)",{"type":15,"tag":129,"props":1105,"children":1106},{},[1107],{"type":15,"tag":20,"props":1108,"children":1110},{"className":1109},[],[1111],{"type":25,"value":902},{"type":15,"tag":129,"props":1113,"children":1114},{},[1115],{"type":25,"value":1116},"範囲に繰り返し",{"type":15,"tag":44,"props":1118,"children":1120},{"className":46,"code":1119,"language":48,"meta":7,"style":7},"// Create a 2-row pattern\nvar pattern = new PartialGrid(new object[,] {\n    { \"A\", \"B\", \"C\" },\n    { \"D\", \"E\", \"F\" },\n});\n\n// Tile the pattern across a 10-row range\nsheet.SetPartialGridRepeatly(\"A1:C10\", pattern);\n",[1121],{"type":15,"tag":20,"props":1122,"children":1123},{"__ignoreMap":7},[1124,1132,1172,1206,1240,1247,1254,1262],{"type":15,"tag":54,"props":1125,"children":1126},{"class":56,"line":57},[1127],{"type":15,"tag":54,"props":1128,"children":1129},{"style":189},[1130],{"type":25,"value":1131},"// Create a 2-row pattern\n",{"type":15,"tag":54,"props":1133,"children":1134},{"class":56,"line":195},[1135,1139,1144,1148,1152,1156,1160,1164,1168],{"type":15,"tag":54,"props":1136,"children":1137},{"style":61},[1138],{"type":25,"value":201},{"type":15,"tag":54,"props":1140,"children":1141},{"style":67},[1142],{"type":25,"value":1143}," pattern",{"type":15,"tag":54,"props":1145,"children":1146},{"style":61},[1147],{"type":25,"value":211},{"type":15,"tag":54,"props":1149,"children":1150},{"style":61},[1151],{"type":25,"value":216},{"type":15,"tag":54,"props":1153,"children":1154},{"style":67},[1155],{"type":25,"value":221},{"type":15,"tag":54,"props":1157,"children":1158},{"style":73},[1159],{"type":25,"value":226},{"type":15,"tag":54,"props":1161,"children":1162},{"style":61},[1163],{"type":25,"value":231},{"type":15,"tag":54,"props":1165,"children":1166},{"style":61},[1167],{"type":25,"value":236},{"type":15,"tag":54,"props":1169,"children":1170},{"style":73},[1171],{"type":25,"value":241},{"type":15,"tag":54,"props":1173,"children":1174},{"class":56,"line":244},[1175,1179,1184,1188,1193,1197,1202],{"type":15,"tag":54,"props":1176,"children":1177},{"style":73},[1178],{"type":25,"value":250},{"type":15,"tag":54,"props":1180,"children":1181},{"style":253},[1182],{"type":25,"value":1183},"\"A\"",{"type":15,"tag":54,"props":1185,"children":1186},{"style":73},[1187],{"type":25,"value":261},{"type":15,"tag":54,"props":1189,"children":1190},{"style":253},[1191],{"type":25,"value":1192},"\"B\"",{"type":15,"tag":54,"props":1194,"children":1195},{"style":73},[1196],{"type":25,"value":261},{"type":15,"tag":54,"props":1198,"children":1199},{"style":253},[1200],{"type":25,"value":1201},"\"C\"",{"type":15,"tag":54,"props":1203,"children":1204},{"style":73},[1205],{"type":25,"value":280},{"type":15,"tag":54,"props":1207,"children":1208},{"class":56,"line":283},[1209,1213,1218,1222,1227,1231,1236],{"type":15,"tag":54,"props":1210,"children":1211},{"style":73},[1212],{"type":25,"value":250},{"type":15,"tag":54,"props":1214,"children":1215},{"style":253},[1216],{"type":25,"value":1217},"\"D\"",{"type":15,"tag":54,"props":1219,"children":1220},{"style":73},[1221],{"type":25,"value":261},{"type":15,"tag":54,"props":1223,"children":1224},{"style":253},[1225],{"type":25,"value":1226},"\"E\"",{"type":15,"tag":54,"props":1228,"children":1229},{"style":73},[1230],{"type":25,"value":261},{"type":15,"tag":54,"props":1232,"children":1233},{"style":253},[1234],{"type":25,"value":1235},"\"F\"",{"type":15,"tag":54,"props":1237,"children":1238},{"style":73},[1239],{"type":25,"value":280},{"type":15,"tag":54,"props":1241,"children":1242},{"class":56,"line":319},[1243],{"type":15,"tag":54,"props":1244,"children":1245},{"style":73},[1246],{"type":25,"value":360},{"type":15,"tag":54,"props":1248,"children":1249},{"class":56,"line":354},[1250],{"type":15,"tag":54,"props":1251,"children":1252},{"emptyLinePlaceholder":619},[1253],{"type":25,"value":622},{"type":15,"tag":54,"props":1255,"children":1256},{"class":56,"line":701},[1257],{"type":15,"tag":54,"props":1258,"children":1259},{"style":189},[1260],{"type":25,"value":1261},"// Tile the pattern across a 10-row range\n",{"type":15,"tag":54,"props":1263,"children":1264},{"class":56,"line":710},[1265,1269,1273,1277,1282],{"type":15,"tag":54,"props":1266,"children":1267},{"style":73},[1268],{"type":25,"value":990},{"type":15,"tag":54,"props":1270,"children":1271},{"style":67},[1272],{"type":25,"value":1034},{"type":15,"tag":54,"props":1274,"children":1275},{"style":73},[1276],{"type":25,"value":226},{"type":15,"tag":54,"props":1278,"children":1279},{"style":253},[1280],{"type":25,"value":1281},"\"A1:C10\"",{"type":15,"tag":54,"props":1283,"children":1284},{"style":73},[1285],{"type":25,"value":1286},", pattern);\n",{"type":15,"tag":38,"props":1288,"children":1290},{"id":1289},"partialgridcopyflag",[1291],{"type":25,"value":1292},"PartialGridCopyFlag",{"type":15,"tag":16,"props":1294,"children":1295},{},[1296,1301],{"type":15,"tag":20,"props":1297,"children":1299},{"className":1298},[],[1300],{"type":25,"value":1292},{"type":25,"value":1302}," 列挙型は、パーシャルグリッドのどの要素をコピーするかを制御します。",{"type":15,"tag":94,"props":1304,"children":1306},{"id":1305},"個別フラグ",[1307],{"type":25,"value":1305},{"type":15,"tag":100,"props":1309,"children":1310},{},[1311,1331],{"type":15,"tag":104,"props":1312,"children":1313},{},[1314],{"type":15,"tag":108,"props":1315,"children":1316},{},[1317,1322,1327],{"type":15,"tag":112,"props":1318,"children":1319},{},[1320],{"type":25,"value":1321},"値",{"type":15,"tag":112,"props":1323,"children":1324},{},[1325],{"type":25,"value":1326},"16進数",{"type":15,"tag":112,"props":1328,"children":1329},{},[1330],{"type":25,"value":120},{"type":15,"tag":122,"props":1332,"children":1333},{},[1334,1360,1386,1412,1438,1464],{"type":15,"tag":108,"props":1335,"children":1336},{},[1337,1346,1355],{"type":15,"tag":129,"props":1338,"children":1339},{},[1340],{"type":15,"tag":20,"props":1341,"children":1343},{"className":1342},[],[1344],{"type":25,"value":1345},"CellData",{"type":15,"tag":129,"props":1347,"children":1348},{},[1349],{"type":15,"tag":20,"props":1350,"children":1352},{"className":1351},[],[1353],{"type":25,"value":1354},"0x1",{"type":15,"tag":129,"props":1356,"children":1357},{},[1358],{"type":25,"value":1359},"セルデータ値",{"type":15,"tag":108,"props":1361,"children":1362},{},[1363,1372,1381],{"type":15,"tag":129,"props":1364,"children":1365},{},[1366],{"type":15,"tag":20,"props":1367,"children":1369},{"className":1368},[],[1370],{"type":25,"value":1371},"CellFormula",{"type":15,"tag":129,"props":1373,"children":1374},{},[1375],{"type":15,"tag":20,"props":1376,"children":1378},{"className":1377},[],[1379],{"type":25,"value":1380},"0x2",{"type":15,"tag":129,"props":1382,"children":1383},{},[1384],{"type":25,"value":1385},"セルの数式",{"type":15,"tag":108,"props":1387,"children":1388},{},[1389,1398,1407],{"type":15,"tag":129,"props":1390,"children":1391},{},[1392],{"type":15,"tag":20,"props":1393,"children":1395},{"className":1394},[],[1396],{"type":25,"value":1397},"CellFormat",{"type":15,"tag":129,"props":1399,"children":1400},{},[1401],{"type":15,"tag":20,"props":1402,"children":1404},{"className":1403},[],[1405],{"type":25,"value":1406},"0x4",{"type":15,"tag":129,"props":1408,"children":1409},{},[1410],{"type":25,"value":1411},"データ書式設定",{"type":15,"tag":108,"props":1413,"children":1414},{},[1415,1424,1433],{"type":15,"tag":129,"props":1416,"children":1417},{},[1418],{"type":15,"tag":20,"props":1419,"children":1421},{"className":1420},[],[1422],{"type":25,"value":1423},"CellStyle",{"type":15,"tag":129,"props":1425,"children":1426},{},[1427],{"type":15,"tag":20,"props":1428,"children":1430},{"className":1429},[],[1431],{"type":25,"value":1432},"0x8",{"type":15,"tag":129,"props":1434,"children":1435},{},[1436],{"type":25,"value":1437},"セルスタイル",{"type":15,"tag":108,"props":1439,"children":1440},{},[1441,1450,1459],{"type":15,"tag":129,"props":1442,"children":1443},{},[1444],{"type":15,"tag":20,"props":1445,"children":1447},{"className":1446},[],[1448],{"type":25,"value":1449},"HBorder",{"type":15,"tag":129,"props":1451,"children":1452},{},[1453],{"type":15,"tag":20,"props":1454,"children":1456},{"className":1455},[],[1457],{"type":25,"value":1458},"0x10",{"type":15,"tag":129,"props":1460,"children":1461},{},[1462],{"type":25,"value":1463},"水平罫線",{"type":15,"tag":108,"props":1465,"children":1466},{},[1467,1476,1485],{"type":15,"tag":129,"props":1468,"children":1469},{},[1470],{"type":15,"tag":20,"props":1471,"children":1473},{"className":1472},[],[1474],{"type":25,"value":1475},"VBorder",{"type":15,"tag":129,"props":1477,"children":1478},{},[1479],{"type":15,"tag":20,"props":1480,"children":1482},{"className":1481},[],[1483],{"type":25,"value":1484},"0x20",{"type":15,"tag":129,"props":1486,"children":1487},{},[1488],{"type":25,"value":1489},"垂直罫線",{"type":15,"tag":94,"props":1491,"children":1493},{"id":1492},"複合フラグ",[1494],{"type":25,"value":1492},{"type":15,"tag":100,"props":1496,"children":1497},{},[1498,1517],{"type":15,"tag":104,"props":1499,"children":1500},{},[1501],{"type":15,"tag":108,"props":1502,"children":1503},{},[1504,1508,1513],{"type":15,"tag":112,"props":1505,"children":1506},{},[1507],{"type":25,"value":1321},{"type":15,"tag":112,"props":1509,"children":1510},{},[1511],{"type":25,"value":1512},"組み合わせ",{"type":15,"tag":112,"props":1514,"children":1515},{},[1516],{"type":25,"value":120},{"type":15,"tag":122,"props":1518,"children":1519},{},[1520,1546,1572],{"type":15,"tag":108,"props":1521,"children":1522},{},[1523,1532,1541],{"type":15,"tag":129,"props":1524,"children":1525},{},[1526],{"type":15,"tag":20,"props":1527,"children":1529},{"className":1528},[],[1530],{"type":25,"value":1531},"CellProperties",{"type":15,"tag":129,"props":1533,"children":1534},{},[1535],{"type":15,"tag":20,"props":1536,"children":1538},{"className":1537},[],[1539],{"type":25,"value":1540},"CellData | CellFormula | CellFormat | CellStyle",{"type":15,"tag":129,"props":1542,"children":1543},{},[1544],{"type":25,"value":1545},"すべてのセルプロパティ",{"type":15,"tag":108,"props":1547,"children":1548},{},[1549,1558,1567],{"type":15,"tag":129,"props":1550,"children":1551},{},[1552],{"type":15,"tag":20,"props":1553,"children":1555},{"className":1554},[],[1556],{"type":25,"value":1557},"Borders",{"type":15,"tag":129,"props":1559,"children":1560},{},[1561],{"type":15,"tag":20,"props":1562,"children":1564},{"className":1563},[],[1565],{"type":25,"value":1566},"HBorder | VBorder",{"type":15,"tag":129,"props":1568,"children":1569},{},[1570],{"type":25,"value":1571},"すべての罫線",{"type":15,"tag":108,"props":1573,"children":1574},{},[1575,1584,1593],{"type":15,"tag":129,"props":1576,"children":1577},{},[1578],{"type":15,"tag":20,"props":1579,"children":1581},{"className":1580},[],[1582],{"type":25,"value":1583},"All",{"type":15,"tag":129,"props":1585,"children":1586},{},[1587],{"type":15,"tag":20,"props":1588,"children":1590},{"className":1589},[],[1591],{"type":25,"value":1592},"CellProperties | Borders",{"type":15,"tag":129,"props":1594,"children":1595},{},[1596],{"type":25,"value":1597},"すべて（デフォルト）",{"type":15,"tag":44,"props":1599,"children":1601},{"className":46,"code":1600,"language":48,"meta":7,"style":7},"// Copy only data and formulas (no styles or borders)\nsheet.SetPartialGridRepeatly(\"A1:C10\", pattern,\n    PartialGridCopyFlag.CellData | PartialGridCopyFlag.CellFormula);\n",[1602],{"type":15,"tag":20,"props":1603,"children":1604},{"__ignoreMap":7},[1605,1613,1637],{"type":15,"tag":54,"props":1606,"children":1607},{"class":56,"line":57},[1608],{"type":15,"tag":54,"props":1609,"children":1610},{"style":189},[1611],{"type":25,"value":1612},"// Copy only data and formulas (no styles or borders)\n",{"type":15,"tag":54,"props":1614,"children":1615},{"class":56,"line":195},[1616,1620,1624,1628,1632],{"type":15,"tag":54,"props":1617,"children":1618},{"style":73},[1619],{"type":25,"value":990},{"type":15,"tag":54,"props":1621,"children":1622},{"style":67},[1623],{"type":25,"value":1034},{"type":15,"tag":54,"props":1625,"children":1626},{"style":73},[1627],{"type":25,"value":226},{"type":15,"tag":54,"props":1629,"children":1630},{"style":253},[1631],{"type":25,"value":1281},{"type":15,"tag":54,"props":1633,"children":1634},{"style":73},[1635],{"type":25,"value":1636},", pattern,\n",{"type":15,"tag":54,"props":1638,"children":1639},{"class":56,"line":244},[1640,1645,1650],{"type":15,"tag":54,"props":1641,"children":1642},{"style":73},[1643],{"type":25,"value":1644},"    PartialGridCopyFlag.CellData ",{"type":15,"tag":54,"props":1646,"children":1647},{"style":61},[1648],{"type":25,"value":1649},"|",{"type":15,"tag":54,"props":1651,"children":1652},{"style":73},[1653],{"type":25,"value":1654}," PartialGridCopyFlag.CellFormula);\n",{"type":15,"tag":38,"props":1656,"children":1658},{"id":1657},"アクションとの使用",[1659],{"type":25,"value":1657},{"type":15,"tag":16,"props":1661,"children":1662},{},[1663,1668],{"type":15,"tag":20,"props":1664,"children":1666},{"className":1665},[],[1667],{"type":25,"value":34},{"type":25,"value":1669}," は、パーシャルグリッドの貼り付けに対して元に戻す/やり直しのサポートを提供します：",{"type":15,"tag":44,"props":1671,"children":1673},{"className":46,"code":1672,"language":48,"meta":7,"style":7},"using unvell.ReoGrid.Actions;\n\nvar block = sheet.GetPartialGrid(\"A1:C3\");\nsheet.DoAction(new SetPartialGridAction(\n    new RangePosition(\"E1:G3\"), block, PartialGridCopyFlag.All));\n\n// Undo the paste\ngrid.Undo();\n",[1674],{"type":15,"tag":20,"props":1675,"children":1676},{"__ignoreMap":7},[1677,1709,1716,1751,1780,1806,1813,1821],{"type":15,"tag":54,"props":1678,"children":1679},{"class":56,"line":57},[1680,1684,1688,1692,1696,1700,1705],{"type":15,"tag":54,"props":1681,"children":1682},{"style":61},[1683],{"type":25,"value":64},{"type":15,"tag":54,"props":1685,"children":1686},{"style":67},[1687],{"type":25,"value":70},{"type":15,"tag":54,"props":1689,"children":1690},{"style":73},[1691],{"type":25,"value":76},{"type":15,"tag":54,"props":1693,"children":1694},{"style":67},[1695],{"type":25,"value":81},{"type":15,"tag":54,"props":1697,"children":1698},{"style":73},[1699],{"type":25,"value":76},{"type":15,"tag":54,"props":1701,"children":1702},{"style":67},[1703],{"type":25,"value":1704},"Actions",{"type":15,"tag":54,"props":1706,"children":1707},{"style":73},[1708],{"type":25,"value":86},{"type":15,"tag":54,"props":1710,"children":1711},{"class":56,"line":195},[1712],{"type":15,"tag":54,"props":1713,"children":1714},{"emptyLinePlaceholder":619},[1715],{"type":25,"value":622},{"type":15,"tag":54,"props":1717,"children":1718},{"class":56,"line":244},[1719,1723,1727,1731,1735,1739,1743,1747],{"type":15,"tag":54,"props":1720,"children":1721},{"style":61},[1722],{"type":25,"value":201},{"type":15,"tag":54,"props":1724,"children":1725},{"style":67},[1726],{"type":25,"value":586},{"type":15,"tag":54,"props":1728,"children":1729},{"style":61},[1730],{"type":25,"value":211},{"type":15,"tag":54,"props":1732,"children":1733},{"style":73},[1734],{"type":25,"value":595},{"type":15,"tag":54,"props":1736,"children":1737},{"style":67},[1738],{"type":25,"value":455},{"type":15,"tag":54,"props":1740,"children":1741},{"style":73},[1742],{"type":25,"value":226},{"type":15,"tag":54,"props":1744,"children":1745},{"style":253},[1746],{"type":25,"value":608},{"type":15,"tag":54,"props":1748,"children":1749},{"style":73},[1750],{"type":25,"value":613},{"type":15,"tag":54,"props":1752,"children":1753},{"class":56,"line":283},[1754,1758,1763,1767,1771,1776],{"type":15,"tag":54,"props":1755,"children":1756},{"style":73},[1757],{"type":25,"value":990},{"type":15,"tag":54,"props":1759,"children":1760},{"style":67},[1761],{"type":25,"value":1762},"DoAction",{"type":15,"tag":54,"props":1764,"children":1765},{"style":73},[1766],{"type":25,"value":226},{"type":15,"tag":54,"props":1768,"children":1769},{"style":61},[1770],{"type":25,"value":231},{"type":15,"tag":54,"props":1772,"children":1773},{"style":67},[1774],{"type":25,"value":1775}," SetPartialGridAction",{"type":15,"tag":54,"props":1777,"children":1778},{"style":73},[1779],{"type":25,"value":736},{"type":15,"tag":54,"props":1781,"children":1782},{"class":56,"line":319},[1783,1787,1792,1796,1801],{"type":15,"tag":54,"props":1784,"children":1785},{"style":61},[1786],{"type":25,"value":745},{"type":15,"tag":54,"props":1788,"children":1789},{"style":67},[1790],{"type":25,"value":1791}," RangePosition",{"type":15,"tag":54,"props":1793,"children":1794},{"style":73},[1795],{"type":25,"value":226},{"type":15,"tag":54,"props":1797,"children":1798},{"style":253},[1799],{"type":25,"value":1800},"\"E1:G3\"",{"type":15,"tag":54,"props":1802,"children":1803},{"style":73},[1804],{"type":25,"value":1805},"), block, PartialGridCopyFlag.All));\n",{"type":15,"tag":54,"props":1807,"children":1808},{"class":56,"line":354},[1809],{"type":15,"tag":54,"props":1810,"children":1811},{"emptyLinePlaceholder":619},[1812],{"type":25,"value":622},{"type":15,"tag":54,"props":1814,"children":1815},{"class":56,"line":701},[1816],{"type":15,"tag":54,"props":1817,"children":1818},{"style":189},[1819],{"type":25,"value":1820},"// Undo the paste\n",{"type":15,"tag":54,"props":1822,"children":1823},{"class":56,"line":710},[1824,1829,1834],{"type":15,"tag":54,"props":1825,"children":1826},{"style":73},[1827],{"type":25,"value":1828},"grid.",{"type":15,"tag":54,"props":1830,"children":1831},{"style":67},[1832],{"type":25,"value":1833},"Undo",{"type":15,"tag":54,"props":1835,"children":1836},{"style":73},[1837],{"type":25,"value":1838},"();\n",{"type":15,"tag":38,"props":1840,"children":1842},{"id":1841},"パーシャルグリッドの比較",[1843],{"type":25,"value":1841},{"type":15,"tag":44,"props":1845,"children":1847},{"className":46,"code":1846,"language":48,"meta":7,"style":7},"bool isEqual = grid1.Equals(grid2, PartialGridCopyFlag.All);\nbool dataOnly = grid1.Equals(grid2, PartialGridCopyFlag.CellData);\n",[1848],{"type":15,"tag":20,"props":1849,"children":1850},{"__ignoreMap":7},[1851,1883],{"type":15,"tag":54,"props":1852,"children":1853},{"class":56,"line":57},[1854,1859,1864,1868,1873,1878],{"type":15,"tag":54,"props":1855,"children":1856},{"style":61},[1857],{"type":25,"value":1858},"bool",{"type":15,"tag":54,"props":1860,"children":1861},{"style":67},[1862],{"type":25,"value":1863}," isEqual",{"type":15,"tag":54,"props":1865,"children":1866},{"style":61},[1867],{"type":25,"value":211},{"type":15,"tag":54,"props":1869,"children":1870},{"style":73},[1871],{"type":25,"value":1872}," grid1.",{"type":15,"tag":54,"props":1874,"children":1875},{"style":67},[1876],{"type":25,"value":1877},"Equals",{"type":15,"tag":54,"props":1879,"children":1880},{"style":73},[1881],{"type":25,"value":1882},"(grid2, PartialGridCopyFlag.All);\n",{"type":15,"tag":54,"props":1884,"children":1885},{"class":56,"line":195},[1886,1890,1895,1899,1903,1907],{"type":15,"tag":54,"props":1887,"children":1888},{"style":61},[1889],{"type":25,"value":1858},{"type":15,"tag":54,"props":1891,"children":1892},{"style":67},[1893],{"type":25,"value":1894}," dataOnly",{"type":15,"tag":54,"props":1896,"children":1897},{"style":61},[1898],{"type":25,"value":211},{"type":15,"tag":54,"props":1900,"children":1901},{"style":73},[1902],{"type":25,"value":1872},{"type":15,"tag":54,"props":1904,"children":1905},{"style":67},[1906],{"type":25,"value":1877},{"type":15,"tag":54,"props":1908,"children":1909},{"style":73},[1910],{"type":25,"value":1911},"(grid2, PartialGridCopyFlag.CellData);\n",{"type":15,"tag":38,"props":1913,"children":1915},{"id":1914},"使用例",[1916],{"type":25,"value":1914},{"type":15,"tag":94,"props":1918,"children":1920},{"id":1919},"ブロックのコピーと貼り付け",[1921],{"type":25,"value":1919},{"type":15,"tag":44,"props":1923,"children":1925},{"className":46,"code":1924,"language":48,"meta":7,"style":7},"// Copy header row with styles\nvar header = sheet.GetPartialGrid(\"A1:F1\");\n\n// Paste into another worksheet\nvar sheet2 = grid.Worksheets[1];\nsheet2.SetPartialGrid(\"A1\", header);\n",[1926],{"type":15,"tag":20,"props":1927,"children":1928},{"__ignoreMap":7},[1929,1937,1974,1981,1989,2019],{"type":15,"tag":54,"props":1930,"children":1931},{"class":56,"line":57},[1932],{"type":15,"tag":54,"props":1933,"children":1934},{"style":189},[1935],{"type":25,"value":1936},"// Copy header row with styles\n",{"type":15,"tag":54,"props":1938,"children":1939},{"class":56,"line":195},[1940,1944,1949,1953,1957,1961,1965,1970],{"type":15,"tag":54,"props":1941,"children":1942},{"style":61},[1943],{"type":25,"value":201},{"type":15,"tag":54,"props":1945,"children":1946},{"style":67},[1947],{"type":25,"value":1948}," header",{"type":15,"tag":54,"props":1950,"children":1951},{"style":61},[1952],{"type":25,"value":211},{"type":15,"tag":54,"props":1954,"children":1955},{"style":73},[1956],{"type":25,"value":595},{"type":15,"tag":54,"props":1958,"children":1959},{"style":67},[1960],{"type":25,"value":455},{"type":15,"tag":54,"props":1962,"children":1963},{"style":73},[1964],{"type":25,"value":226},{"type":15,"tag":54,"props":1966,"children":1967},{"style":253},[1968],{"type":25,"value":1969},"\"A1:F1\"",{"type":15,"tag":54,"props":1971,"children":1972},{"style":73},[1973],{"type":25,"value":613},{"type":15,"tag":54,"props":1975,"children":1976},{"class":56,"line":244},[1977],{"type":15,"tag":54,"props":1978,"children":1979},{"emptyLinePlaceholder":619},[1980],{"type":25,"value":622},{"type":15,"tag":54,"props":1982,"children":1983},{"class":56,"line":283},[1984],{"type":15,"tag":54,"props":1985,"children":1986},{"style":189},[1987],{"type":25,"value":1988},"// Paste into another worksheet\n",{"type":15,"tag":54,"props":1990,"children":1991},{"class":56,"line":319},[1992,1996,2001,2005,2010,2014],{"type":15,"tag":54,"props":1993,"children":1994},{"style":61},[1995],{"type":25,"value":201},{"type":15,"tag":54,"props":1997,"children":1998},{"style":67},[1999],{"type":25,"value":2000}," sheet2",{"type":15,"tag":54,"props":2002,"children":2003},{"style":61},[2004],{"type":25,"value":211},{"type":15,"tag":54,"props":2006,"children":2007},{"style":73},[2008],{"type":25,"value":2009}," grid.Worksheets[",{"type":15,"tag":54,"props":2011,"children":2012},{"style":300},[2013],{"type":25,"value":816},{"type":15,"tag":54,"props":2015,"children":2016},{"style":73},[2017],{"type":25,"value":2018},"];\n",{"type":15,"tag":54,"props":2020,"children":2021},{"class":56,"line":354},[2022,2027,2031,2035,2040],{"type":15,"tag":54,"props":2023,"children":2024},{"style":73},[2025],{"type":25,"value":2026},"sheet2.",{"type":15,"tag":54,"props":2028,"children":2029},{"style":67},[2030],{"type":25,"value":848},{"type":15,"tag":54,"props":2032,"children":2033},{"style":73},[2034],{"type":25,"value":226},{"type":15,"tag":54,"props":2036,"children":2037},{"style":253},[2038],{"type":25,"value":2039},"\"A1\"",{"type":15,"tag":54,"props":2041,"children":2042},{"style":73},[2043],{"type":25,"value":2044},", header);\n",{"type":15,"tag":94,"props":2046,"children":2048},{"id":2047},"繰り返しテンプレートの作成",[2049],{"type":25,"value":2047},{"type":15,"tag":44,"props":2051,"children":2053},{"className":46,"code":2052,"language":48,"meta":7,"style":7},"// Define a styled template row\nvar template = sheet.GetPartialGrid(\"A1:D2\");\n\n// Apply it across 20 rows\nsheet.SetPartialGridRepeatly(\"A3:D22\", template);\n",[2054],{"type":15,"tag":20,"props":2055,"children":2056},{"__ignoreMap":7},[2057,2065,2102,2109,2117],{"type":15,"tag":54,"props":2058,"children":2059},{"class":56,"line":57},[2060],{"type":15,"tag":54,"props":2061,"children":2062},{"style":189},[2063],{"type":25,"value":2064},"// Define a styled template row\n",{"type":15,"tag":54,"props":2066,"children":2067},{"class":56,"line":195},[2068,2072,2077,2081,2085,2089,2093,2098],{"type":15,"tag":54,"props":2069,"children":2070},{"style":61},[2071],{"type":25,"value":201},{"type":15,"tag":54,"props":2073,"children":2074},{"style":67},[2075],{"type":25,"value":2076}," template",{"type":15,"tag":54,"props":2078,"children":2079},{"style":61},[2080],{"type":25,"value":211},{"type":15,"tag":54,"props":2082,"children":2083},{"style":73},[2084],{"type":25,"value":595},{"type":15,"tag":54,"props":2086,"children":2087},{"style":67},[2088],{"type":25,"value":455},{"type":15,"tag":54,"props":2090,"children":2091},{"style":73},[2092],{"type":25,"value":226},{"type":15,"tag":54,"props":2094,"children":2095},{"style":253},[2096],{"type":25,"value":2097},"\"A1:D2\"",{"type":15,"tag":54,"props":2099,"children":2100},{"style":73},[2101],{"type":25,"value":613},{"type":15,"tag":54,"props":2103,"children":2104},{"class":56,"line":244},[2105],{"type":15,"tag":54,"props":2106,"children":2107},{"emptyLinePlaceholder":619},[2108],{"type":25,"value":622},{"type":15,"tag":54,"props":2110,"children":2111},{"class":56,"line":283},[2112],{"type":15,"tag":54,"props":2113,"children":2114},{"style":189},[2115],{"type":25,"value":2116},"// Apply it across 20 rows\n",{"type":15,"tag":54,"props":2118,"children":2119},{"class":56,"line":319},[2120,2124,2128,2132,2137],{"type":15,"tag":54,"props":2121,"children":2122},{"style":73},[2123],{"type":25,"value":990},{"type":15,"tag":54,"props":2125,"children":2126},{"style":67},[2127],{"type":25,"value":1034},{"type":15,"tag":54,"props":2129,"children":2130},{"style":73},[2131],{"type":25,"value":226},{"type":15,"tag":54,"props":2133,"children":2134},{"style":253},[2135],{"type":25,"value":2136},"\"A3:D22\"",{"type":15,"tag":54,"props":2138,"children":2139},{"style":73},[2140],{"type":25,"value":2141},", template);\n",{"type":15,"tag":94,"props":2143,"children":2145},{"id":2144},"選択的コピー",[2146],{"type":25,"value":2144},{"type":15,"tag":44,"props":2148,"children":2150},{"className":46,"code":2149,"language":48,"meta":7,"style":7},"// Copy only styles (no data)\nsheet.SetPartialGridRepeatly(\"A1:D10\", template,\n    PartialGridCopyFlag.CellStyle | PartialGridCopyFlag.Borders);\n",[2151],{"type":15,"tag":20,"props":2152,"children":2153},{"__ignoreMap":7},[2154,2162,2187],{"type":15,"tag":54,"props":2155,"children":2156},{"class":56,"line":57},[2157],{"type":15,"tag":54,"props":2158,"children":2159},{"style":189},[2160],{"type":25,"value":2161},"// Copy only styles (no data)\n",{"type":15,"tag":54,"props":2163,"children":2164},{"class":56,"line":195},[2165,2169,2173,2177,2182],{"type":15,"tag":54,"props":2166,"children":2167},{"style":73},[2168],{"type":25,"value":990},{"type":15,"tag":54,"props":2170,"children":2171},{"style":67},[2172],{"type":25,"value":1034},{"type":15,"tag":54,"props":2174,"children":2175},{"style":73},[2176],{"type":25,"value":226},{"type":15,"tag":54,"props":2178,"children":2179},{"style":253},[2180],{"type":25,"value":2181},"\"A1:D10\"",{"type":15,"tag":54,"props":2183,"children":2184},{"style":73},[2185],{"type":25,"value":2186},", template,\n",{"type":15,"tag":54,"props":2188,"children":2189},{"class":56,"line":244},[2190,2195,2199],{"type":15,"tag":54,"props":2191,"children":2192},{"style":73},[2193],{"type":25,"value":2194},"    PartialGridCopyFlag.CellStyle ",{"type":15,"tag":54,"props":2196,"children":2197},{"style":61},[2198],{"type":25,"value":1649},{"type":15,"tag":54,"props":2200,"children":2201},{"style":73},[2202],{"type":25,"value":2203}," PartialGridCopyFlag.Borders);\n",{"type":15,"tag":38,"props":2205,"children":2207},{"id":2206},"関連トピック",[2208],{"type":25,"value":2206},{"type":15,"tag":2210,"props":2211,"children":2212},"ul",{},[2213,2226,2242],{"type":15,"tag":2214,"props":2215,"children":2216},"li",{},[2217,2224],{"type":15,"tag":2218,"props":2219,"children":2221},"a",{"href":2220},"/document/worksheet/range/",[2222],{"type":25,"value":2223},"範囲",{"type":25,"value":2225}," — 範囲の位置と操作",{"type":15,"tag":2214,"props":2227,"children":2228},{},[2229,2235,2237],{"type":15,"tag":2218,"props":2230,"children":2232},{"href":2231},"/document/actions/built-in-actions/",[2233],{"type":25,"value":2234},"組み込みアクション",{"type":25,"value":2236}," — ",{"type":15,"tag":20,"props":2238,"children":2240},{"className":2239},[],[2241],{"type":25,"value":34},{"type":15,"tag":2214,"props":2243,"children":2244},{},[2245,2251],{"type":15,"tag":2218,"props":2246,"children":2248},{"href":2247},"/document/selection/clipboard/",[2249],{"type":25,"value":2250},"クリップボード",{"type":25,"value":2252}," — パーシャルグリッドを使用したクリップボード操作",{"type":15,"tag":2254,"props":2255,"children":2256},"style",{},[2257],{"type":25,"value":2258},"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":195,"depth":195,"links":2260},[2261,2262,2265,2266,2269,2272,2275,2279,2280,2281,2286],{"id":40,"depth":195,"text":40},{"id":89,"depth":195,"text":92,"children":2263},[2264],{"id":96,"depth":244,"text":96},{"id":363,"depth":195,"text":363},{"id":444,"depth":195,"text":444,"children":2267},[2268],{"id":467,"depth":244,"text":470},{"id":837,"depth":195,"text":837,"children":2270},[2271],{"id":853,"depth":244,"text":856},{"id":1023,"depth":195,"text":1023,"children":2273},[2274],{"id":1039,"depth":244,"text":1042},{"id":1289,"depth":195,"text":1292,"children":2276},[2277,2278],{"id":1305,"depth":244,"text":1305},{"id":1492,"depth":244,"text":1492},{"id":1657,"depth":195,"text":1657},{"id":1841,"depth":195,"text":1841},{"id":1914,"depth":195,"text":1914,"children":2282},[2283,2284,2285],{"id":1919,"depth":244,"text":1919},{"id":2047,"depth":244,"text":2047},{"id":2144,"depth":244,"text":2144},{"id":2206,"depth":195,"text":2206},"markdown","content:document:3.worksheet:6.partial-grid.md","content","document/3.worksheet/6.partial-grid.md","document/3.worksheet/6.partial-grid","md",{"loc":4},[2295,2616,2619,2622,2625,2628,2631,2634,2637],{"title":2296,"_path":2297,"children":2298},"Document","/document",[2299,2310,2315,2344,2360,2389,2421,2441,2455,2478,2489,2505,2528,2539,2559,2579,2608],{"title":2300,"_path":2301,"children":2302},"はじめに","/document/getting-started",[2303,2304,2307],{"title":2300,"_path":2301},{"title":2305,"_path":2306},"インストール","/document/getting-started/installation",{"title":2308,"_path":2309},"V3 から V4 への移行ガイド","/document/getting-started/migrate-from-v3",{"title":2311,"_path":2312,"children":2313},"ワークブック","/document/workbook",[2314],{"title":2311,"_path":2312},{"title":2316,"_path":2317,"children":2318},"ワークシート","/document/worksheet",[2319,2320,2323,2325,2328,2331,2332,2335,2338,2341],{"title":2316,"_path":2317},{"title":2321,"_path":2322},"行、列、ヘッダー","/document/worksheet/row-and-column",{"title":2223,"_path":2324},"/document/worksheet/range",{"title":2326,"_path":2327},"名前付き範囲","/document/worksheet/named-range",{"title":2329,"_path":2330},"セルの結合と解除","/document/worksheet/merge-and-unmerge",{"title":8,"_path":4},{"title":2333,"_path":2334},"複数行ヘッダー","/document/worksheet/multiple-row-header",{"title":2336,"_path":2337},"ウィンドウ枠の固定","/document/worksheet/freeze",{"title":2339,"_path":2340},"ズーム","/document/worksheet/zoom",{"title":2342,"_path":2343},"設定とオプション","/document/worksheet/settings",{"title":2345,"_path":2346,"children":2347},"選択とナビゲーション","/document/selection",[2348,2349,2352,2355,2357],{"title":2345,"_path":2346},{"title":2350,"_path":2351},"フォーカスと選択","/document/selection/selection",{"title":2353,"_path":2354},"範囲の選択","/document/selection/pick-range",{"title":2250,"_path":2356},"/document/selection/clipboard",{"title":2358,"_path":2359},"テキスト検索","/document/selection/text-search",{"title":2361,"_path":2362,"children":2363},"データ管理","/document/data",[2364,2365,2368,2371,2374,2377,2380,2383,2386],{"title":2361,"_path":2362},{"title":2366,"_path":2367},"データソース","/document/data/datasource",{"title":2369,"_path":2370},"データフィルタリング","/document/data/data-filtering",{"title":2372,"_path":2373},"組み込みオートフィルター","/document/data/builtin-autofilter",{"title":2375,"_path":2376},"条件付きフィルター","/document/data/conditional-filter",{"title":2378,"_path":2379},"条件付きスタイル","/document/data/conditional-styles",{"title":2381,"_path":2382},"グループとアウトライン","/document/data/group-and-outline",{"title":2384,"_path":2385},"データバリデーション","/document/data/data-validation",{"title":2387,"_path":2388},"保護とロック","/document/data/protection",{"title":2390,"_path":2391,"children":2392},"セル","/document/cell",[2393,2394,2397,2400,2403,2406,2409,2412,2415,2418],{"title":2390,"_path":2391},{"title":2395,"_path":2396},"セルの編集","/document/cell/cell-edit",{"title":2398,"_path":2399},"スタイル","/document/cell/style",{"title":2401,"_path":2402},"罫線","/document/cell/border",{"title":2404,"_path":2405},"データ書式","/document/cell/data-format",{"title":2407,"_path":2408},"カスタムデータフォーマッター","/document/cell/custom-data-formatter",{"title":2410,"_path":2411},"データ連続入力","/document/cell/auto-fill",{"title":2413,"_path":2414},"リッチフォーマットテキスト","/document/cell/rich-format-text",{"title":2416,"_path":2417},"セルテキストの回転","/document/cell/rotate-cell-text",{"title":2419,"_path":2420},"セルの反復処理","/document/cell/iterate-cells",{"title":2422,"_path":2423,"children":2424},"セルタイプ","/document/cell-types",[2425,2426,2429,2432,2435,2438],{"title":2422,"_path":2423},{"title":2427,"_path":2428},"組み込みセルタイプ","/document/cell-types/built-in-cell-types",{"title":2430,"_path":2431},"カスタムセル","/document/cell-types/custom-cell",{"title":2433,"_path":2434},"ドロップダウンリストセル","/document/cell-types/dropdown-list-cell",{"title":2436,"_path":2437},"コンボリストセル","/document/cell-types/combo-list-cell",{"title":2439,"_path":2440},"列全体のセルタイプ","/document/cell-types/cells-type-for-entire-column",{"title":2442,"_path":2443,"children":2444},"数式","/document/formula",[2445,2446,2449,2452],{"title":2442,"_path":2443},{"title":2447,"_path":2448},"カスタム関数","/document/formula/custom-function",{"title":2450,"_path":2451},"数式関数","/document/formula/formula-functions",{"title":2453,"_path":2454},"VLOOKUP","/document/formula/vlookup",{"title":2456,"_path":2457,"children":2458},"チャート","/document/chart",[2459,2460,2463,2466,2469,2472,2475],{"title":2456,"_path":2457},{"title":2461,"_path":2462},"縦棒グラフ","/document/chart/column-chart",{"title":2464,"_path":2465},"横棒グラフ","/document/chart/bar-chart",{"title":2467,"_path":2468},"折れ線グラフ","/document/chart/line-chart",{"title":2470,"_path":2471},"面グラフ","/document/chart/area-chart",{"title":2473,"_path":2474},"2D円グラフ","/document/chart/pie-2d-chart",{"title":2476,"_path":2477},"ドーナツグラフ","/document/chart/doughnut-chart",{"title":2479,"_path":2480,"children":2481},"フローティングオブジェクト","/document/floating",[2482,2483,2486],{"title":2479,"_path":2480},{"title":2484,"_path":2485},"描画シェイプ","/document/floating/drawing-shapes",{"title":2487,"_path":2488},"フローティング画像","/document/floating/floating-image",{"title":2490,"_path":2491,"children":2492},"イベント","/document/events",[2493,2494,2496,2499,2502],{"title":2490,"_path":2491},{"title":2490,"_path":2495},"/document/events/events",{"title":2497,"_path":2498},"キーボードイベント","/document/events/keyboard-events",{"title":2500,"_path":2501},"マウスイベント","/document/events/mouse-events",{"title":2503,"_path":2504},"SelectionRangeChanged","/document/events/selection-events",{"title":2506,"_path":2507,"children":2508},"カスタマイズ","/document/customization",[2509,2510,2513,2516,2519,2522,2525],{"title":2506,"_path":2507},{"title":2511,"_path":2512},"コントロールの外観","/document/customization/control-appearance",{"title":2514,"_path":2515},"シートタブコントロール","/document/customization/sheet-tab-control",{"title":2517,"_path":2518},"使用可能なホットキー","/document/customization/hot-keys",{"title":2520,"_path":2521},"言語ローカライズ","/document/customization/language-localization",{"title":2523,"_path":2524},"アドレスバーと数式バー","/document/customization/formula-bar",{"title":2526,"_path":2527},"ReoGridEditor","/document/customization/editor",{"title":2529,"_path":2530,"children":2531},"アクション","/document/actions",[2532,2533,2536],{"title":2529,"_path":2530},{"title":2534,"_path":2535},"ReoGridアクションフレームワーク","/document/actions/actions",{"title":2537,"_path":2538},"組み込みワークシートアクション","/document/actions/built-in-actions",{"title":2540,"_path":2541,"children":2542},"ファイル形式","/document/io",[2543,2544,2547,2550,2553,2556],{"title":2540,"_path":2541},{"title":2545,"_path":2546},"Excelファイル形式 (xlsx)","/document/io/excel-file-format",{"title":2548,"_path":2549},"CSV形式","/document/io/csv-format",{"title":2551,"_path":2552},"RGF形式","/document/io/rgf-format",{"title":2554,"_path":2555},"Excel形式とRGF形式の違い","/document/io/difference-between-excel-and-rgf-format",{"title":2557,"_path":2558},"HTMLとしてエクスポート","/document/io/export-as-html",{"title":2560,"_path":2561,"children":2562},"高度な機能","/document/advanced",[2563,2564,2567,2570,2573,2576],{"title":2560,"_path":2561},{"title":2565,"_path":2566},"メモリワークブック","/document/advanced/memory-workbook",{"title":2568,"_path":2569},"ページングと印刷","/document/advanced/paging-and-print",{"title":2571,"_path":2572},"コントロールのリセット","/document/advanced/reset-control",{"title":2574,"_path":2575},"パフォーマンス","/document/advanced/performance",{"title":2577,"_path":2578},"設定","/document/advanced/settings",{"title":2580,"_path":2581,"children":2582},"ハウツーガイド","/document/how-to",[2583,2584,2587,2590,2593,2596,2599,2602,2605],{"title":2580,"_path":2581},{"title":2585,"_path":2586},"ReoGridの推奨プラクティス","/document/how-to/recommended-practice-for-using-reogrid",{"title":2588,"_path":2589},"DataTableでスプレッドシートを埋める","/document/how-to/fill-grid-with-datatable",{"title":2591,"_path":2592},"遅延読み込みモードによる大量データの高速読み込み","/document/how-to/fast-load-large-data-with-lazy-load-mode",{"title":2594,"_path":2595},"カスタムドロップダウンセルの作成","/document/how-to/create-custom-drop-down-cell",{"title":2597,"_path":2598},"日付ピッカーセルの作成","/document/how-to/create-date-picker-cell",{"title":2600,"_path":2601},"Excelファイルからすべての画像を読み取る","/document/how-to/read-all-images-from-excel-file",{"title":2603,"_path":2604},"VB.NETでReoGridを使用するためのヒント","/document/how-to/use-reogrid-in-vb-net",{"title":2606,"_path":2607},"全選択チェックボックスヘッダーの作成","/document/how-to/create-select-all-checkbox-header",{"title":2609,"_path":2610,"children":2611},"トラブルシューティング","/document/troubleshooting",[2612,2613],{"title":2609,"_path":2610},{"title":2614,"_path":2615},"PInvoke例外の修正","/document/troubleshooting/fix-pinvoke-exception",{"title":2617,"_path":2618},"エディション・機能一覧","/editions-features",{"title":2620,"_path":2621},"個人情報保護方針","/privacy-policy",{"title":2623,"_path":2624},"動作環境","/requirements",{"title":2626,"_path":2627},"ReoGrid利用許諾契約書","/terms",{"title":2629,"_path":2630},"ReoGrid利用許諾契約書(Ver.3)","/terms-v3",{"title":2632,"_path":2633},"ReoGrid利用許諾契約書(Ver.4)","/terms-v4",{"title":2635,"_path":2636},"ReoGrid 4 トライアルライセンスポリシー","/terms-v4-trial",{"title":2638,"_path":2639},"ReoGrid Web Edition 利用許諾契約書","/terms-web",1786025052062]