Click or drag to resize

IROTableDataSource Methods

The IROTableDataSource type exposes the following members.

Methods
 NameDescription
Public methodGetColumnName Gets the name of the specified data column.
Public methodGetColumnProperty(Int32, Int32) Gets a column property by column and property index.
Public methodGetColumnProperty(Int32, String) Gets a column property by column index and property name.
Public methodGetColumnProperty(String, String) Gets a column property by column name and property name.
Public methodGetColumnPropertyName Gets the name of the specified property column.
Public methodGetData(Int32, Int32) Gets a data value by column and row index.
Public methodGetData(String, Int32) Gets a data value by column name and row index.
Public methodGetRowCount Gets the number of accessible rows for the specified column.
Top
See Also