Sets a custom name formula to the workbook.
Syntax
'Declaration
Public Overloads Sub SetCustomName( _
ByVal As System.String, _
ByVal As Worksheet, _
ByVal As System.Integer, _
ByVal baseColumn As System.Integer, _
ByVal 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 ,
Worksheet ,
System.int ,
System.int baseColumn,
System.string
)
Parameters
- name
- The custom name.
- worksheet
- The worksheet.
- baseRow
- The row index.
- baseColumn
- The column index.
- formula
- The formula.
See Also