Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / Worksheet Class / SetCustomName Method / SetCustomName(String,Int32,Int32,CalcExpression) Method
The custom name.
The base row.
The base column.
The expression to set.


In This Topic
    SetCustomName(String,Int32,Int32,CalcExpression) Method
    In This Topic
    Sets a custom name using the specified expression.
    Syntax
    'Declaration
     
    Public Overloads Sub SetCustomName( _
       ByVal name As String, _
       ByVal baseRow As Integer, _
       ByVal baseColumn As Integer, _
       ByVal expression As CalcExpression _
    ) 
    'Usage
     
    Dim instance As Worksheet
    Dim name As String
    Dim baseRow As Integer
    Dim baseColumn As Integer
    Dim expression As CalcExpression
     
    instance.SetCustomName(name, baseRow, baseColumn, expression)
    public void SetCustomName( 
       string name,
       int baseRow,
       int baseColumn,
       CalcExpression expression
    )

    Parameters

    name
    The custom name.
    baseRow
    The base row.
    baseColumn
    The base column.
    expression
    The expression to set.
    See Also