TargetModeType
Overview
TargetModeType is a enum in Aspose.Cells for NET.
TargetModeType enum specifies hyperlink target modes: External, FilePath, Email, and CellReference.
Description
TargetModeType is an enumeration type in the Aspose.Cells FOSS library for .NET. It defines a set of named constants that control behavior or specify options within the API. Enumerations like TargetModeType help ensure type safety by restricting values to a predefined set.
Values
| Value | Description |
|---|---|
External | Hyperlink points to an external URL or network resource |
FilePath | Hyperlink points to a local or network file path |
Email | Hyperlink opens an email client with a pre-filled recipient address |
CellReference | Hyperlink navigates to a cell reference within the workbook |