GrapeCity.Xaml.SpreadSheet.Data
SetCustomName(String,Worksheet,Int32,Int32,Int32,Int32) Method


GrapeCity.Xaml.SpreadSheet.Data Namespace > Workbook Class > SetCustomName Method : SetCustomName(String,Worksheet,Int32,Int32,Int32,Int32) Method
The name.
The worksheet.
The row.
The column.
The row count.
The column count.
Adds a custom name to the name collection.
Syntax
'Declaration
 
Public Overloads Sub SetCustomName( _
   ByVal name As String, _
   ByVal worksheet As Worksheet, _
   ByVal row As Integer, _
   ByVal column As Integer, _
   ByVal rowCount As Integer, _
   ByVal columnCount As Integer _
) 
'Usage
 
Dim instance As Workbook
Dim name As String
Dim worksheet As Worksheet
Dim row As Integer
Dim column As Integer
Dim rowCount As Integer
Dim columnCount As Integer
 
instance.SetCustomName(name, worksheet, row, column, rowCount, columnCount)
public void SetCustomName( 
   string name,
   Worksheet worksheet,
   int row,
   int column,
   int rowCount,
   int columnCount
)

Parameters

name
The name.
worksheet
The worksheet.
row
The row.
column
The column.
rowCount
The row count.
columnCount
The column count.
See Also

Reference

Workbook Class
Workbook Members
Overload List