TargetModeType Enumeration |
Represents the type of target mode.
Namespace: Aspose.CellsAssembly: Aspose.Cells (in Aspose.Cells.dll) Version: 19.11.0.0 (19.11)
Syntaxpublic enum TargetModeType
Public Enumeration TargetModeType
public enum class TargetModeType
Members
| Member name | Value | Description |
---|
| External | 0 |
External link
|
| FilePath | 1 |
Local and full paths to files\folders.
|
| Email | 2 |
Email.
|
| CellReference | 3 |
Link on cell or named range.
|
See Also