'Declaration Public Function New( _ ByVal name As String, _ ByVal baseRow As Integer, _ ByVal baseColumn As Integer, _ ByVal expression As CalcExpression _ )
'Usage Dim name As String Dim baseRow As Integer Dim baseColumn As Integer Dim expression As CalcExpression Dim instance As New NameInfo(name, baseRow, baseColumn, expression)
public NameInfo( string name, int baseRow, 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.