Spread Silverlight Documentation
SetCustomName(String,Int32,Int32,CalcExpression) Method


GrapeCity.Windows.SpreadSheet.Data Namespace > Workbook Class > SetCustomName Method : SetCustomName(String,Int32,Int32,CalcExpression) Method
The name of the custom name.
The base row.
The base column.
The expression that is used by the custom name.
Adds a custom name to the name collection.
Syntax
'Declaration
 
Public Overloads Sub SetCustomName( _
   ByVal name As System.String, _
   ByVal baseRow As System.Integer, _
   ByVal baseColumn As System.Integer, _
   ByVal expression As CalcExpression _
) 
'Usage
 
Dim instance As Workbook
Dim name As System.String
Dim baseRow As System.Integer
Dim baseColumn As System.Integer
Dim expression As CalcExpression
 
instance.SetCustomName(name, baseRow, baseColumn, expression)
public void SetCustomName( 
   System.string name,
   System.int baseRow,
   System.int baseColumn,
   CalcExpression expression
)

Parameters

name
The name of the custom name.
baseRow
The base row.
baseColumn
The base column.
expression
The expression that is used by the custom name.
See Also

Reference

Workbook Class
Workbook Members
Overload List