'Declaration Public Overloads Function GetCellText( _ ByVal row As Integer, _ ByVal col As Integer _ ) As String
'Declaration
Public Overloads Function GetCellText( _ ByVal row As Integer, _ ByVal col As Integer _ ) As String
'Usage Dim instance As GridPanel Dim row As Integer Dim col As Integer Dim value As String value = instance.GetCellText(row, col)
'Usage
Dim instance As GridPanel Dim row As Integer Dim col As Integer Dim value As String value = instance.GetCellText(row, col)
public string GetCellText( int row, int col )
GridPanel Class GridPanel Members Overload List