Intersoft ClientUI Documentation
GetCellContent(UXGridViewRow) Method
See Also  Send Feedback
Intersoft.Client.UI.Data Namespace > UXGridViewColumn Class > GetCellContent Method : GetCellContent(UXGridViewRow) Method






row
The row that contains the intended cell.
Gets the Content property value for the cell at the intersection of this column and the specified row.

Syntax

Visual Basic (Declaration) 
Public Overloads Function GetCellContent( _
   ByVal row As UXGridViewRow _
) As FrameworkElement
Visual Basic (Usage)Copy Code
Dim instance As UXGridViewColumn
Dim row As UXGridViewRow
Dim value As FrameworkElement
 
value = instance.GetCellContent(row)
C# 
public FrameworkElement GetCellContent( 
   UXGridViewRow row
)
Delphi 
public function GetCellContent( 
    row: UXGridViewRow
): FrameworkElement; 
JScript 
public function GetCellContent( 
   row : UXGridViewRow
) : FrameworkElement;
Managed Extensions for C++ 
public: FrameworkElement* GetCellContent( 
   UXGridViewRow* row
) 
C++/CLI 
public:
FrameworkElement^ GetCellContent( 
   UXGridViewRow^ row
) 

Parameters

row
The row that contains the intended cell.

Return Value

The cell content.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2012 All Rights Reserved.