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


GrapeCity.Windows.SpreadSheet.UI Namespace > GcSpreadSheet Class > SetCustomName Method : SetCustomName(String,Int32,Int32,CalcExpression) Method
The custom name.
The row index.
The column index.
The GrapeCity.CalcEngine.Expressions.CalcExpression.
Sets a custom name expression to the workbook.
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 GcSpreadSheet
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 custom name.
baseRow
The row index.
baseColumn
The column index.
expression
The GrapeCity.CalcEngine.Expressions.CalcExpression.
See Also

Reference

GcSpreadSheet Class
GcSpreadSheet Members
Overload List