Click or drag to resize

DFStringColumnItem Property

Gets the object in this column at the given position.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public string this[
	int index
] { get; set; }

Parameters

index  Int32
 

Property Value

String
Remarks
Returns a string.
See Also