Spread Silverlight Documentation
NameInfo Constructor


The name of the custom named expression.
The base row index of the custom named expression.
The base column index of the custom named expression.
The calculate expression that is used to customize the named expression.
Constructs a new custom named expression.
Syntax
'Declaration
 
Public Function New( _
   ByVal name As System.String, _
   ByVal baseRow As System.Integer, _
   ByVal baseColumn As System.Integer, _
   ByVal expression As CalcExpression _
)
'Usage
 
Dim name As System.String
Dim baseRow As System.Integer
Dim baseColumn As System.Integer
Dim expression As CalcExpression
 
Dim instance As New NameInfo(name, baseRow, baseColumn, expression)
public NameInfo( 
   System.string name,
   System.int baseRow,
   System.int baseColumn,
   CalcExpression expression
)

Parameters

name
The name of the custom named expression.
baseRow
The base row index of the custom named expression.
baseColumn
The base column index of the custom named expression.
expression
The calculate expression that is used to customize the named expression.
Requirements

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

See Also

Reference

NameInfo Class
NameInfo Members

 

 


Copyright © GrapeCity, inc. All rights reserved.