'Declaration Public Overloads Sub AddModelScopeCustomName( _ ByVal name As String, _ ByVal value As String, _ ByVal baseRow As Integer, _ ByVal baseColumn As Integer, _ ByVal comment As String _ )
Parameters
- name
- Name of the expression to add (used in formulas to reference the value)
- value
- Value of the expression (used in formulas for evaluation)
- baseRow
- Base row index for computing relative cell references
- baseColumn
- Base column index for computing relative cell references
- comment
- Comment of the expression (used in formulas to display information)