Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Model Namespace / ICustomNameSupport3 Interface / GetCustomName Method


In This Topic
    GetCustomName Method (ICustomNameSupport3)
    In This Topic
    Gets the user-defined name, as a string, from the model.
    Syntax
    'Declaration
     
    
    Function GetCustomName( _
       ByVal name As String, _
       ByVal baseRow As Integer, _
       ByVal baseColumn As Integer _
    ) As String
    'Usage
     
    
    Dim instance As ICustomNameSupport3
    Dim name As String
    Dim baseRow As Integer
    Dim baseColumn As Integer
    Dim value As String
     
    value = instance.GetCustomName(name, baseRow, baseColumn)
    string GetCustomName( 
       string name,
       int baseRow,
       int baseColumn
    )

    Parameters

    name
    baseRow
    baseColumn
    See Also