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
| Value | Description |
|---|---|
EXTERNAL | Represents a hyperlink that points to an external URL |
FILE_PATH | Represents a hyperlink that points to a file system path |
EMAIL | Represents a hyperlink that opens a new email message (mailto) |
CELL_REFERENCE | Represents a hyperlink that references a cell within the workbook |