GrapeCity.Xaml.SpreadSheet.Data
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 String, _
   ByVal worksheet As Worksheet, _
   ByVal baseRow As Integer, _
   ByVal baseColumn As Integer, _
   ByVal formula As String _
) 
'Usage
 
Dim instance As Workbook
Dim name As String
Dim worksheet As Worksheet
Dim baseRow As Integer
Dim baseColumn As Integer
Dim formula As String
 
instance.SetCustomName(name, worksheet, baseRow, baseColumn, formula)
public void SetCustomName( 
   string name,
   Worksheet worksheet,
   int baseRow,
   int baseColumn,
   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.
Requirements

Target Platforms: Windows Server 2012, Windows RT

See Also

Reference

Workbook Class
Workbook Members
Overload List

 

 


Copyright © GrapeCity, inc. All rights reserved.

Support Options