Spread for ASP.NET 12 Product Documentation
GetExpression Method (DefaultSheetDataModel)


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread.Model Namespace > DefaultSheetDataModel Class : GetExpression Method
Row index of the cell
Column index of the cell
Gets the formula, as an expression value, for the cell of the specified row and column.
Syntax
'Declaration
 
Public Overridable Function GetExpression( _
   ByVal row As Integer, _
   ByVal column As Integer _
) As Expression
'Usage
 
Dim instance As DefaultSheetDataModel
Dim row As Integer
Dim column As Integer
Dim value As Expression
 
value = instance.GetExpression(row, column)
public virtual Expression GetExpression( 
   int row,
   int column
)

Parameters

row
Row index of the cell
column
Column index of the cell
See Also

Reference

DefaultSheetDataModel Class
DefaultSheetDataModel Members