[]
        
(Showing Draft Content)

FarPoint.Win.Spread.Model.DefaultSheetDataModel.AddModelScopeCustomName

AddModelScopeCustomName Method

AddModelScopeCustomName(string, string, int, int, string)

Adds a custom name to the model scope.

Declaration
public void AddModelScopeCustomName(string name, string value, int baseRow, int baseColumn, string comment)
Public Sub AddModelScopeCustomName(name As String, value As String, baseRow As Integer, baseColumn As Integer, comment As String)
Parameters
Type Name Description
string name

Name of the expression to add (used in formulas to reference the value)

string value

Value of the expression (used in formulas for evaluation)

int baseRow

Base row index for computing relative cell references

int baseColumn

Base column index for computing relative cell references

string comment

Comment of the expression (used in formulas to display information)

Implements