Class ExternalLinks
This class contains constants related with external links storing in Excel 2007 format.
Inheritance
Namespace: Syncfusion.XlsIO.Implementation.XmlSerialization.Constants
Assembly: Syncfusion.XlsIO.UWP.dll
Syntax
public sealed class ExternalLinks : Object
Constructors
ExternalLinks()
Declaration
public ExternalLinks()
Fields
AdviseAttribute
Advise Attribute
Declaration
public const string AdviseAttribute = "advise"
Field Value
Type |
---|
System.String |
CellTag
Cell Tag
Declaration
public const string CellTag = "cell"
Field Value
Type |
---|
System.String |
DdeItem
Dde Item
Declaration
public const string DdeItem = "ddeItem"
Field Value
Type |
---|
System.String |
DdeItems
Dde Items
Declaration
public const string DdeItems = "ddeItems"
Field Value
Type |
---|
System.String |
DdeLink
Dde Link
Declaration
public const string DdeLink = "ddeLink"
Field Value
Type |
---|
System.String |
DdeService
The dde service attribute.
Declaration
public const string DdeService = "ddeService"
Field Value
Type |
---|
System.String |
DdeTopic
The dde topic attribute.
Declaration
public const string DdeTopic = "ddeTopic"
Field Value
Type |
---|
System.String |
DefinedNamesTag
This element is a collection of the defined names associated with the supporting workbook.
Declaration
public const string DefinedNamesTag = "definedNames"
Field Value
Type |
---|
System.String |
DefinedNameTag
This element contains information about a named range in an external workbook.
Declaration
public const string DefinedNameTag = "definedName"
Field Value
Type |
---|
System.String |
ExternalBookTag
This element represents an external workbook which is supplying data to the current workbook.
Declaration
public const string ExternalBookTag = "externalBook"
Field Value
Type |
---|
System.String |
ExternalLinkTag
This element is a container for specific types of external links.
Declaration
public const string ExternalLinkTag = "externalLink"
Field Value
Type |
---|
System.String |
ExternalReferencesTag
This element defines the collection of external references for this workbook.
Declaration
public const string ExternalReferencesTag = "externalReferences"
Field Value
Type |
---|
System.String |
ExternalReferenceTag
This element defines an external reference that stores data for workbook elements.
Declaration
public const string ExternalReferenceTag = "externalReference"
Field Value
Type |
---|
System.String |
ExternalSheetNameAttribute
Name of the xml attribute that stores sheet name value.
Declaration
public const string ExternalSheetNameAttribute = "val"
Field Value
Type |
---|
System.String |
IconAttribute
Icon Attribute
Declaration
public const string IconAttribute = "icon"
Field Value
Type |
---|
System.String |
NameAttribute
The defined name attribute.
Declaration
public const string NameAttribute = "name"
Field Value
Type |
---|
System.String |
Namespace
Main namespace for external links file.
Declaration
public const string Namespace = ""
Field Value
Type |
---|
System.String |
OleAttribute
Ole Attribute
Declaration
public const string OleAttribute = "ole"
Field Value
Type |
---|
System.String |
OleItem
Ole Item
Declaration
public const string OleItem = "oleItem"
Field Value
Type |
---|
System.String |
OleItems
Ole Items
Declaration
public const string OleItems = "oleItems"
Field Value
Type |
---|
System.String |
OleLink
Ole Link
Declaration
public const string OleLink = "oleLink"
Field Value
Type |
---|
System.String |
PreferPictureAttribute
Prefer Picture Attribute
Declaration
public const string PreferPictureAttribute = "preferPic"
Field Value
Type |
---|
System.String |
RefersToAttribute
Name range definition string.
Declaration
public const string RefersToAttribute = "refersTo"
Field Value
Type |
---|
System.String |
SheetDataSetTag
This element serves as the collection for 1 or more sheetData elements.
Declaration
public const string SheetDataSetTag = "sheetDataSet"
Field Value
Type |
---|
System.String |
SheetIdAttribute
The index of the worksheet that the named range applies to for named ranges that are scoped to a particular worksheet rather than the full workbook.
Declaration
public const string SheetIdAttribute = "sheetId"
Field Value
Type |
---|
System.String |
SheetNamesTag
This element is the container for all of the worksheet names in a supporting workbook.
Declaration
public const string SheetNamesTag = "sheetNames"
Field Value
Type |
---|
System.String |
SheetNameTag
Name of a worksheet in the supporting workbook.
Declaration
public const string SheetNameTag = "sheetName"
Field Value
Type |
---|
System.String |