CSVReaderitems Method
get items of line in table that is identified by a zero based index.
Namespace: Karamba.UtilitiesAssembly: KarambaCommon (in KarambaCommon.dll) Version: 3.0.8.0+eb23a7103f0eca0b6d808121e15fec6899194e15
public List<string> items(
string index
)
Public Function items (
index As String
) As List(Of String)
public:
List<String^>^ items(
String^ index
)
member items :
index : string -> List<string>
- index String
- zero based index of row for which items are to be retrieved.
ListStringitems of indexed row.