GrapeCity.Xaml.CalcEngine
CalcExternalNameExpression Constructor


The owner which contains the named variable.
Named variable.
Initializes a new instance of the CalcExternalNameExpression class with a owner and a named variable.
Syntax
'Declaration
 
Public Function New( _
   ByVal source As ICalcSource, _
   ByVal name As String _
)
'Usage
 
Dim source As ICalcSource
Dim name As String
 
Dim instance As New CalcExternalNameExpression(source, name)
public CalcExternalNameExpression( 
   ICalcSource source,
   string name
)

Parameters

source
The owner which contains the named variable.
name
Named variable.
Requirements

Target Platforms: Windows Server 2012, Windows RT

See Also

Reference

CalcExternalNameExpression Class
CalcExternalNameExpression Members

 

 


Copyright © GrapeCity, inc. All rights reserved.

Support Options