Version

GetCell(DataRecord,Field,Boolean,Boolean) Method

Syntax
'Declaration
 
Protected Overloads Function GetCell( _
   ByVal record As Infragistics.Windows.DataPresenter.DataRecord, _
   ByVal field As Infragistics.Windows.DataPresenter.Field, _
   ByVal bBringIntoView As System.Boolean, _
   ByVal bValidate As System.Boolean _
) As Infragistics.Windows.DataPresenter.Cell
protected Infragistics.Windows.DataPresenter.Cell GetCell( 
   Infragistics.Windows.DataPresenter.DataRecord record,
   Infragistics.Windows.DataPresenter.Field field,
   System.bool bBringIntoView,
   System.bool bValidate
)
protected: Infragistics.Windows.DataPresenter.Cell* GetCell( 
   Infragistics.Windows.DataPresenter.DataRecord* record,
   Infragistics.Windows.DataPresenter.Field* field,
   System.bool bBringIntoView,
   System.bool bValidate
) 

Parameters

record
field
bBringIntoView
bValidate
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also