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


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > ExpressionConsumerFormulaInfo Class : GetExpression Method
The expression index
Gets the expression at the specified index.
Syntax
'Declaration
 
Public Function GetExpression( _
   ByVal index As Integer _
) As Expression
'Usage
 
Dim instance As ExpressionConsumerFormulaInfo
Dim index As Integer
Dim value As Expression
 
value = instance.GetExpression(index)
public Expression GetExpression( 
   int index
)

Parameters

index
The expression index

Return Value

The expression at the specified index
See Also

Reference

ExpressionConsumerFormulaInfo Class
ExpressionConsumerFormulaInfo Members