|  | DFBoolColumnItem Property | 
            Gets the object in this column at the given position.
            
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
 Syntax
Syntaxpublic bool this[
	int position
] { get; set; }Public Default Property Item ( 
	position As Integer
) As Boolean
	Get
	Set
public:
property bool default[int position] {
	bool get (int position);
	void set (int position, bool value);
}member Item : bool with get, set
Parameters
- position  Int32
-  
Property Value
Boolean Remarks
RemarksReturns a bool.
 See Also
See Also