[]
Defines a builder to configurate DefinedName.
public class DefinedNameBuilder : BaseBuilder<DefinedName, DefinedNameBuilder>
Name | Description |
---|---|
DefinedNameBuilder(DefinedName) | Creates one DefinedNameBuilder instance to configurate |
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". |