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


The custom name.
The worksheet.
The row index.
The column index.
The formula.
Sets a custom name formula to the workbook.
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 GcSpreadSheet
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 custom name.
worksheet
The worksheet.
baseRow
The row index.
baseColumn
The column index.
formula
The formula.
Requirements

Target Platforms: Windows 7, Windows 8 Desktop, Windows Vista SP1 or later, Windows Server 2000, Windows 2000 Professional, Windows XP Professional, Windows NT 4.0 Workstation, SP6, Windows NT 4.0 Server, SP6

See Also

Reference

GcSpreadSheet Class
GcSpreadSheet Members
Overload List

 

 


Copyright © GrapeCity, inc. All rights reserved.