DataFrameRow Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A DataFrameRow is a collection of values that represent a row in a DataFrame.
public class DataFrameRow : System.Collections.Generic.IEnumerable<object>
type DataFrameRow = class
interface seq<obj>
interface IEnumerable
Public Class DataFrameRow
Implements IEnumerable(Of Object)
- Inheritance
-
DataFrameRow
- Implements
Properties
Item[Int32] |
An indexer to return the value at |
Item[String] |
An indexer to return the value at |
Methods
GetEnumerator() |
Returns an enumerator of the values in this row. |
GetValues() | |
ToString() |
A simple string representation of the values in this row |
Explicit Interface Implementations
IEnumerable.GetEnumerator() |