[]
        
(Showing Draft Content)

C1.Web.Mvc.Sheet.Fluent.DefinedNameBuilder

DefinedNameBuilder Class

Defines a builder to configurate DefinedName.

Inheritance
HideObjectMembers
DefinedNameBuilder
Namespace: C1.Web.Mvc.Sheet.Fluent
Assembly: C1.Web.Mvc.FlexSheet.dll
Syntax
public class DefinedNameBuilder : BaseBuilder<DefinedName, DefinedNameBuilder>

Constructors

Name Description
DefinedNameBuilder(DefinedName)

Creates one DefinedNameBuilder instance to configurate obj.

Methods

Name Description
Name(string)

Configurates Name. Sets the name of the defined name item.

SheetName(string)

Configurates SheetName. Sets the defined name item works in which sheet. If omitted, the defined name item works in workbook.

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