Row Class¶
- Namespace
 ampl.DataFrame- Assemblies
 - AMPL
 
Inheritance Hierarchy¶
System.Objectampl.DataFrame.Row
Methods¶
- 
GetEnumerator()¶ Return type: System.Collections.Generic.IEnumerator<System.Collections.Generic.IEnumerator`1>{ampl.VariantRef<ampl.VariantRef>} public IEnumerator<VariantRef> GetEnumerator()
- 
GetEnumerator() Return type: System.Collections.IEnumerator IEnumerator IEnumerable.GetEnumerator()
- 
 
Properties¶
- 
ampl.DataFrame.Row.Item[System.Int32] Return type: ampl.VariantRef public VariantRef this[int index] { get; }
- 
Size()¶ Return type: System.Int32 public int Size { get; }
-