Spread for ASP.NET 12 Product Documentation
AddCustomName(String,Expression) Method


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread.Model Namespace > DefaultSheetDataModel Class > AddCustomName Method : AddCustomName(String,Expression) Method
Name of the expression to add (used in formulas to reference the value)
Expression object to add
Adds a named expression to the model for use in formulas.
Syntax
'Declaration
 
Public Overloads Sub AddCustomName( _
   ByVal name As String, _
   ByVal value As Expression _
) 
'Usage
 
Dim instance As DefaultSheetDataModel
Dim name As String
Dim value As Expression
 
instance.AddCustomName(name, value)
public void AddCustomName( 
   string name,
   Expression value
)

Parameters

name
Name of the expression to add (used in formulas to reference the value)
value
Expression object to add
See Also

Reference

DefaultSheetDataModel Class
DefaultSheetDataModel Members
Overload List