[]
        
(Showing Draft Content)

C1.Web.Mvc.Sheet.DefinedName

DefinedName Class

Represents the Workbook Object Model Defined Name item definition.

Inheritance
DefinedName
Namespace: C1.Web.Mvc.Sheet
Assembly: C1.Web.Mvc.FlexSheet.dll
Syntax
public class DefinedName

Constructors

Name Description
DefinedName()

Creates a defined name.

Properties

Name Description
Name

The name of the defined name item.

SheetName

Indicates the defined name item works in which sheet. If omitted, the defined name item works in workbook.

Value

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