'Declaration
Public Function GetLightweightCell( _ ByVal row As Integer, _ ByVal column As Integer _ ) As ExpressionViewCell
'Usage
Dim instance As ExpressionView Dim row As Integer Dim column As Integer Dim value As ExpressionViewCell value = instance.GetLightweightCell(row, column)
public ExpressionViewCell GetLightweightCell( int row, int column )
Parameters
- row
- An integer value indicates the row index of cell.
- column
- An integer value indicates the column index of cell.
Return Value
An ExpressionViewCell instance represents the cell.