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


GrapeCity.Windows.SpreadSheet.Data Namespace > Workbook Class > SetCustomName Method : SetCustomName(String,Worksheet,Int32,Int32,String) Method
The name of the custom name.
The worksheet.
The base row.
The base column.
The formula 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 worksheet As Worksheet, _
   ByVal baseRow As System.Integer, _
   ByVal baseColumn As System.Integer, _
   ByVal formula As System.String _
) 
'Usage
 
Dim instance As Workbook
Dim name As System.String
Dim worksheet As Worksheet
Dim baseRow As System.Integer
Dim baseColumn As System.Integer
Dim formula As System.String
 
instance.SetCustomName(name, worksheet, baseRow, baseColumn, formula)
public void SetCustomName( 
   System.string name,
   Worksheet worksheet,
   System.int baseRow,
   System.int baseColumn,
   System.string formula
)

Parameters

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

Reference

Workbook Class
Workbook Members
Overload List