[]
        
(Showing Draft Content)

FarPoint.Win.Spread.Model.DefaultSheetDataModel.GetCustomName

GetCustomName Method

GetCustomName(string, int, int)

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

Declaration
public string GetCustomName(string name, int baseRow, int baseColumn)
Public Function GetCustomName(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

A named expression from the model.

Implements