 | XYDataFrameRows Property |
Gets the rows in the data frame.
Namespace: ema3d.Api.V25.ResultsAssembly: ema3d.Api.V25 (in ema3d.Api.V25.dll) Version: 0.0.0.0
Syntaxpublic IDataFrameRowCollection<XYPair> Rows { get; }
Public ReadOnly Property Rows As IDataFrameRowCollection(Of XYPair)
Get
public:
property IDataFrameRowCollection<XYPair>^ Rows {
IDataFrameRowCollection<XYPair>^ get ();
}
member Rows : IDataFrameRowCollection<XYPair> with get
Property Value
IDataFrameRowCollectionXYPair
See Also