FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Model Namespace / DefaultSheetDataModel Class / GetModelScopeCustomName Method / GetModelScopeCustomName(String,Int32,Int32) Method
Custom name to get
Base row index for computing relative cell references
Base column index for computing relative cell references


In This Topic
GetModelScopeCustomName(String,Int32,Int32) Method
In This Topic
Gets a named expression from the model with the specified base index for relative cell references.
Syntax
'Declaration
 
Public Overloads Function GetModelScopeCustomName( _
   ByVal name As String, _
   ByVal baseRow As Integer, _
   ByVal baseColumn As Integer _
) As String
 
'Usage
 
Dim instance As DefaultSheetDataModel
Dim name As String
Dim baseRow As Integer
Dim baseColumn As Integer
Dim value As String
 
value = instance.GetModelScopeCustomName(name, baseRow, baseColumn)

Parameters

name
Custom name to get
baseRow
Base row index for computing relative cell references
baseColumn
Base column index for computing relative cell references
See Also