TargetModeType

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

ValueDescription
ExternalHyperlink points to an external URL or network resource
FilePathHyperlink points to a local or network file path
EmailHyperlink opens an email client with a pre-filled recipient address
CellReferenceHyperlink navigates to a cell reference within the workbook

See Also