See Also: ListStore Members
System.Object
GLib.Object
Gtk.ListStore
RemarksIteration: In new versions of Gtk# (2.0 and up) this class implements the IEnumerable interface, so code can be written like this:
C# Example
void DumpColumnValues (ListStore store, int col) { foreach (object[] row in store) Console.WriteLine ("Value of column {0} is {2}", col, row [col]); }
RequirementsNamespace: Gtk
Assembly: gtk-sharp (in gtk-sharp.dll)
Assembly Versions: 2.10.0.0