Treats the ListItem as a row of strings, and returns an array of those strings
[Visual Basic] Public Property RowItems As String () [C#] public string[] RowItems {get; set;} [C++] public: __property String* get_RowItems(); public: __property void set_RowItems(String*[]); [JScript] public function get RowItems() : String[]; public function set RowItems(String[]);
The strings in this ListItem row.
ListItem Class | ListItem Members | System.WinForms Namespace