U:RDoc::AnyMethod[iI"[]=:EFI"CSV::Table#[]=;TF: publico:RDoc::Markup::Document: @parts[ o:RDoc::Markup::Paragraph; [I"NIn the default mixed mode, this method assigns rows for index access and ;TI"Ncolumns for header access. You can force the index association by first ;TI"$calling by_col!() or by_row!().;To:RDoc::Markup::BlankLineo; ; [I"KRows may be set to an Array of values (which will inherit the table's ;TI"headers()) or a CSV::Row.;T@o; ; [ I"NColumns may be set to a single value, which is copied to each row of the ;TI"Ocolumn, or an Array of values. Arrays of values are assigned to rows top ;TI"Oto bottom in row major order. Excess values are ignored and if the Array ;TI"Ldoes not have a value for each row the extra rows will receive a +nil+.;T@o; ; [I"MAssigning to an existing column or row clobbers the data. Assigning to ;TI"