[]
        
(Showing Draft Content)

FarPoint.Win.Spread.SheetView.GetCustomName

GetCustomName Method

GetCustomName(string, int, int, bool)

Gets the string value for a custom name on this sheet from the model.

Declaration
public string GetCustomName(string name, int baseRow, int baseColumn, bool SheetviewSCope)
Public Function GetCustomName(name As String, baseRow As Integer, baseColumn As Integer, SheetviewSCope As Boolean) As String
Parameters
Type Name Description
string name

Custom name to get

int baseRow

Base row index for calculating relative row references in the value

int baseColumn

Base column index for calculating relative column references in the value

bool SheetviewSCope
Returns
Type Description
string

GetCustomName(string, int, int)

Gets the string value for a custom name on this sheet from the model.

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 calculating relative row references in the value

int baseColumn

Base column index for calculating relative column references in the value

Returns
Type Description
string