menu

ASP.NET Web Forms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ExternalLinks

    Show / Hide Table of Contents

    Class ExternalLinks

    This class contains constants related with external links storing in Excel 2007 format.

    Inheritance
    System.Object
    ExternalLinks
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.XlsIO.Implementation.XmlSerialization.Constants
    Assembly: Syncfusion.XlsIO.Base.dll
    Syntax
    public sealed class ExternalLinks

    Constructors

    ExternalLinks()

    Declaration
    public ExternalLinks()

    Fields

    AdviseAttribute

    Advise Attribute

    Declaration
    public const string AdviseAttribute = "advise"
    Field Value
    Type Description
    System.String

    CellTag

    Cell Tag

    Declaration
    public const string CellTag = "cell"
    Field Value
    Type Description
    System.String

    DdeItem

    Dde Item

    Declaration
    public const string DdeItem = "ddeItem"
    Field Value
    Type Description
    System.String

    DdeItems

    Dde Items

    Declaration
    public const string DdeItems = "ddeItems"
    Field Value
    Type Description
    System.String

    DdeLink

    Dde Link

    Declaration
    public const string DdeLink = "ddeLink"
    Field Value
    Type Description
    System.String

    DdeService

    The dde service attribute.

    Declaration
    public const string DdeService = "ddeService"
    Field Value
    Type Description
    System.String

    DdeTopic

    The dde topic attribute.

    Declaration
    public const string DdeTopic = "ddeTopic"
    Field Value
    Type Description
    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 Description
    System.String

    DefinedNameTag

    This element contains information about a named range in an external workbook.

    Declaration
    public const string DefinedNameTag = "definedName"
    Field Value
    Type Description
    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 Description
    System.String

    ExternalLinkTag

    This element is a container for specific types of external links.

    Declaration
    public const string ExternalLinkTag = "externalLink"
    Field Value
    Type Description
    System.String

    ExternalReferencesTag

    This element defines the collection of external references for this workbook.

    Declaration
    public const string ExternalReferencesTag = "externalReferences"
    Field Value
    Type Description
    System.String

    ExternalReferenceTag

    This element defines an external reference that stores data for workbook elements.

    Declaration
    public const string ExternalReferenceTag = "externalReference"
    Field Value
    Type Description
    System.String

    ExternalSheetNameAttribute

    Name of the xml attribute that stores sheet name value.

    Declaration
    public const string ExternalSheetNameAttribute = "val"
    Field Value
    Type Description
    System.String

    IconAttribute

    Icon Attribute

    Declaration
    public const string IconAttribute = "icon"
    Field Value
    Type Description
    System.String

    NameAttribute

    The defined name attribute.

    Declaration
    public const string NameAttribute = "name"
    Field Value
    Type Description
    System.String

    Namespace

    Main namespace for external links file.

    Declaration
    public const string Namespace = ""
    Field Value
    Type Description
    System.String

    OleAttribute

    Ole Attribute

    Declaration
    public const string OleAttribute = "ole"
    Field Value
    Type Description
    System.String

    OleItem

    Ole Item

    Declaration
    public const string OleItem = "oleItem"
    Field Value
    Type Description
    System.String

    OleItems

    Ole Items

    Declaration
    public const string OleItems = "oleItems"
    Field Value
    Type Description
    System.String

    OleLink

    Ole Link

    Declaration
    public const string OleLink = "oleLink"
    Field Value
    Type Description
    System.String

    PreferPictureAttribute

    Prefer Picture Attribute

    Declaration
    public const string PreferPictureAttribute = "preferPic"
    Field Value
    Type Description
    System.String

    RefersToAttribute

    Name range definition string.

    Declaration
    public const string RefersToAttribute = "refersTo"
    Field Value
    Type Description
    System.String

    SheetDataSetTag

    This element serves as the collection for 1 or more sheetData elements.

    Declaration
    public const string SheetDataSetTag = "sheetDataSet"
    Field Value
    Type Description
    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 Description
    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 Description
    System.String

    SheetNameTag

    Name of a worksheet in the supporting workbook.

    Declaration
    public const string SheetNameTag = "sheetName"
    Field Value
    Type Description
    System.String
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved