 | DFColumnItem Property |
Gets the object in this column at the given position.
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
Syntaxpublic Object this[
int position
] { get; set; }
Public Default Property Item (
position As Integer
) As Object
Get
Set
public:
virtual property Object^ default[int position] {
Object^ get (int position) sealed;
void set (int position, Object^ value) sealed;
}
abstract Item : Object with get, set
override Item : Object with get, set
Parameters
- position Int32
-
Property Value
ObjectImplements
IDFColumnItemInt32
See Also