FileCsvDocumentSetRow Method |
| Name | Description | |
|---|---|---|
| SetRow(Int32, IEnumerableString) |
Sets the fields of a row, addressed by index, growing the document as needed (any
intervening rows are created and filled with empty fields). This is the row-level
counterpart to GetRow(Int32). The number of fields must equal
ColumnCount. A null field is stored as an empty field.
| |
| SetRow(Int32, String) |
Sets the fields of a row, addressed by index, growing the document as needed (any
intervening rows are created and filled with empty fields). This is the row-level
counterpart to GetRow(Int32). The number of fields must equal
ColumnCount. A null field is stored as an empty field.
|