Name | Description | |
---|---|---|
DefinedNameBuilder Constructor | Creates one DefinedNameBuilder instance to configurate obj. |
The following tables list the members exposed by DefinedNameBuilder.
Name | Description | |
---|---|---|
DefinedNameBuilder Constructor | Creates one DefinedNameBuilder instance to configurate obj. |
Name | Description | |
---|---|---|
Name | Configurates C1.Web.Mvc.Sheet.DefinedName.Name. Sets the name of the defined name item. | |
SheetName | Configurates C1.Web.Mvc.Sheet.DefinedName.SheetName. Sets the defined name item works in which sheet. If omitted, the defined name item works in workbook. | |
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". |