[]
        
(Showing Draft Content)

C1.Web.Mvc.Sheet.Fluent.DefinedNameBuilder.Value

Value Method

Value(string)

Configurates 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".

Declaration
public DefinedNameBuilder Value(string value)
Parameters
Type Name Description
string value

The value.

Returns
Type Description
DefinedNameBuilder

Current builder.