Skip to content
Jack Brookes edited this page Oct 31, 2020 · 1 revision

UXF.UXFDataRow

Represents a single row of data. That is, a series of named columns, each column representing a single value. The row hold a list of named Tuples (columnName and value). To add values, create a new UXFDataRow then add Tuples with the Add method.


Fields

None

Properties

None

Methods

None


Note: This file was automatically generated

๐Ÿง  Core topics

โ“ More help


๐Ÿ‘ฉโ€๐Ÿ’ป Programming reference

Unit tests

Clone this wiki locally