RowList Class

Seznam řádků tabulky. Každý řádek obsahuje tolik hodnot, kolik existuje sloupců. Index hodnoty odpovídá indexu sloupce v seznamu.

Definition

Namespace: ProfiTour.Profis.XML.API.Model
Assembly: ProfisXML (in ProfisXML.dll) Version: 1.0.0.0 (1.6.0.0)
C#
public class RowList : List<StringList>
Inheritance
Object    ListStringList    RowList

See Also