Objective Grid for Microsoft® .NET® Reference Guide

GridControl.GetValueRowCol Method 

Back to Class Index

[Visual Basic]
Public Function GetValueRowCol( _
   ByVal nRow As Integer, _
   ByVal nCol As Integer _
) As String
[C#]
public string GetValueRowCol(
   int nRow,
   int nCol
);

See Also

GridControl Class | GridControl Members | Stingray.Grid Namespace