Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread.Model Namespace / ICustomNameSupport Interface / GetCustomName Method / GetCustomName(String) Method
String containing the name
Example


In This Topic
    GetCustomName(String) Method
    In This Topic
    Gets the user-defined name, as an expression, in the model.
    Syntax
    'Declaration
     
    
    Overloads Function GetCustomName( _
       ByVal name As String _
    ) As Expression
    'Usage
     
    
    Dim instance As ICustomNameSupport
    Dim name As String
    Dim value As Expression
     
    value = instance.GetCustomName(name)
    Expression GetCustomName( 
       string name
    )

    Parameters

    name
    String containing the name

    Return Value

    String containing the name as an expression
    Example
    See Also