[]
        
(Showing Draft Content)

FarPoint.Win.Spread.Model.DefaultSheetDataModel.GetModelScopeCustomName

GetModelScopeCustomName Method

GetModelScopeCustomName(string, int, int)

Gets a named expression from the model with the specified base index for relative cell references.

Declaration
public string GetModelScopeCustomName(string name, int baseRow, int baseColumn)
Public Function GetModelScopeCustomName(name As String, baseRow As Integer, baseColumn As Integer) As String
Parameters
Type Name Description
string name

Custom name to get

int baseRow

Base row index for computing relative cell references

int baseColumn

Base column index for computing relative cell references

Returns
Type Description
string
Implements