com.aspose.cells

Class ExternalLinkType

  • java.lang.Object
    • com.aspose.cells.ExternalLinkType
public class ExternalLinkType 
extends java.lang.Object

Utility class containing constants. Represents the type of external link.

Field Summary
static final intDDE_LINK
Represents the DDE link.
static final intEXTERNAL
Represents external link.
 

    • Field Detail

      • DDE_LINK

        public static final int DDE_LINK
        Represents the DDE link.
      • EXTERNAL

        public static final int EXTERNAL
        Represents external link.