Click or drag to resize

FileCsvDocumentSetRow Method

Overload List
  NameDescription
Public methodSetRow(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.
Public methodSetRow(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.
Top
See Also