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


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
Requirements

Target Platforms: Windows 7, Windows 8, Windows Vista, Windows Server 2000, Windows 2000 Professional, Windows XP Professional, Windows NT 4.0 Workstation, SP6, Windows NT 4.0 Server, SP6

See Also

Reference

ExpressionConsumerFormulaInfo Class
ExpressionConsumerFormulaInfo Members

 

 


Copyright © GrapeCity, inc. All rights reserved.