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