ComponentOne ASP.NET MVC Controls
Value Method (DefinedNameBuilder)

C1.Web.Mvc.Sheet.Fluent Namespace > DefinedNameBuilder Class : Value Method
The value.
Configurates C1.Web.Mvc.Sheet.DefinedName.Value. Sets the value of the defined name item. The value could be a formula, a string constant or a cell range. For e.g. "Sum(1, 2, 3)", "1.2", "\"test\"" or "sheet1!A1:B2".
Syntax
'Declaration
 
Public Function Value( _
   ByVal value As String _
) As DefinedNameBuilder
public DefinedNameBuilder Value( 
   string value
)

Parameters

value
The value.

Return Value

Current builder.
See Also

Reference

DefinedNameBuilder Class
DefinedNameBuilder Members