ssml:definedName
Defined Name
Element information
Namespace: http://schemas.openxmlformats.org/spreadsheetml/2006/main
Schema document: sml-workbook.xsd
Other elements with the same name: ssml:definedName
Type: ssml:CT_DefinedName
Properties: Local, Qualified
Content
from type ssml:ST_Formula
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
name | [1..1] | ssml:ST_Xstring | Defined Name | |
comment | [0..1] | ssml:ST_Xstring | Comment | |
customMenu | [0..1] | ssml:ST_Xstring | Custom Menu Text | |
description | [0..1] | ssml:ST_Xstring | Description | |
help | [0..1] | ssml:ST_Xstring | Help | |
statusBar | [0..1] | ssml:ST_Xstring | Status Bar | |
localSheetId | [0..1] | xsd:unsignedInt | Local Name Sheet Id | |
hidden | [0..1] | xsd:boolean | Hidden Name | Default value is "false". |
function | [0..1] | xsd:boolean | Function | Default value is "false". |
vbProcedure | [0..1] | xsd:boolean | Procedure | Default value is "false". |
xlm | [0..1] | xsd:boolean | External Function | Default value is "false". |
functionGroupId | [0..1] | xsd:unsignedInt | Function Group Id | |
shortcutKey | [0..1] | ssml:ST_Xstring | Shortcut Key | |
publishToServer | [0..1] | xsd:boolean | Publish to Server | Default value is "false". |
workbookParameter | [0..1] | xsd:boolean | Workbook Parameter (Server) | Default value is "false". |
Used in
- Type ssml:CT_DefinedNames (Element ssml:definedNames)
Sample instance
<ssml:definedName name="string">string</ssml:definedName>