Spread for ASP.NET 9.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 10, Windows Vista, Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP Professional

See Also

Reference

ExpressionConsumerFormulaInfo Class
ExpressionConsumerFormulaInfo Members

 

 


Copyright © GrapeCity, inc. All rights reserved.