[]
        
(Showing Draft Content)

FarPoint.Win.Spread.SheetView.AddCustomName

AddCustomName Method

AddCustomName(string, string, int, int, bool, string)

Adds a custom name to the model using the specified string value.

Declaration
public void AddCustomName(string name, string value, int baseRow, int baseColumn, bool sheetViewScope, string comment)
Public Sub AddCustomName(name As String, value As String, baseRow As Integer, baseColumn As Integer, sheetViewScope As Boolean, comment As String)
Parameters
Type Name Description
string name

Custom name to add

string value

String value for the custom name

int baseRow

Base row index for calculating relative row references in the value

int baseColumn

Base column index for calculating relative column references in the value

bool sheetViewScope
string comment

Comment for the custom name

AddCustomName(string, string, int, int)

Adds a custom name to the model using the specified string value.

Declaration
public void AddCustomName(string name, string value, int baseRow, int baseColumn)
Public Sub AddCustomName(name As String, value As String, baseRow As Integer, baseColumn As Integer)
Parameters
Type Name Description
string name

Custom name to add

string value

String value for the custom name

int baseRow

Base row index for calculating relative row references in the value

int baseColumn

Base column index for calculating relative column references in the value