Spread Windows Forms 12.0 Product Documentation
GetLightweightCell Method


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace > ExpressionView Class : GetLightweightCell Method
An integer value indicates the row index of cell.
An integer value indicates the column index of cell.
Gets the ExpressionViewCell represents the specified cell. This function is no thread-safe.
Syntax
'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.
Remarks
The returned ExpressionViewCell cell is available until the next cell accessing. The caller should read value from ExpressionViewCell cell immediately and refer it no more.
See Also

Reference

ExpressionView Class
ExpressionView Members