GrapeCity.Xaml.SpreadSheet.UI
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 String, _
   ByVal baseRow As Integer, _
   ByVal baseColumn As Integer, _
   ByVal expression As CalcExpression _
) 
'Usage
 
Dim instance As GcSpreadSheet
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 row index.
baseColumn
The column index.
expression
The GrapeCity.CalcEngine.Expressions.CalcExpression.
Requirements

Target Platforms: Windows Server 2012, Windows RT

See Also

Reference

GcSpreadSheet Class
GcSpreadSheet Members
Overload List

 

 


Copyright © GrapeCity, inc. All rights reserved.

Support Options