TargetModeType

TargetModeType

Overview

TargetModeType is a enum in Aspose.Cells FOSS for Java.

Represents the target mode type for cell references.

This enumeration defines 4 values: EXTERNAL, FILE_PATH, EMAIL, CELL_REFERENCE.

Values

ValueDescription
EXTERNALRepresents a hyperlink that points to an external URL
FILE_PATHRepresents a hyperlink that points to a file system path
EMAILRepresents a hyperlink that opens a new email message (mailto)
CELL_REFERENCERepresents a hyperlink that references a cell within the workbook

See Also