Adds a custom name to the name collection.
Syntax
'Declaration
Public Overloads Sub SetCustomName( _
ByVal As System.String, _
ByVal As Worksheet, _
ByVal As System.Integer, _
ByVal column As System.Integer, _
ByVal As System.Integer, _
ByVal columnCount As System.Integer _
)
'Usage
Dim instance As Workbook
Dim name As System.String
Dim worksheet As Worksheet
Dim row As System.Integer
Dim column As System.Integer
Dim rowCount As System.Integer
Dim columnCount As System.Integer
instance.SetCustomName(name, worksheet, row, column, rowCount, columnCount)
public void SetCustomName(
System.string ,
Worksheet ,
System.int ,
System.int column,
System.int ,
System.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