Skip to content

CSV

extends AssetObject

CSV Transfer Table Data Class Resource

Instance Properties

CSV.rowsCount : number
(Read-only) The total number of rows in the current CSV table.

Instance Method

CSV.ructor ( handle : IntPtr ) : ructor(IntPtr
CSV.SetData ( val : string ) : void
Set the content of the current CSV table by passing in a string that conforms to the CSV format.
CSV.GetItem ( row : number , col : number ) : string
Get the string data at the specified row and column of the current CSV table (both row and column indices start from 0).