[]
        
(Showing Draft Content)

FarPoint.Web.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
Implements

GetCustomName(string)

Gets a named expression from the model.

Declaration
public Expression GetCustomName(string name)
Public Function GetCustomName(name As String) As Expression
Parameters
Type Name Description
string name

Custom name to get

Returns
Type Description
Expression
Implements