Class ExcelObjectTextLink
Object text is linked to.
Inheritance
System.Object
ExcelObjectTextLink
Namespace: Syncfusion.XlsIO
Assembly: Syncfusion.XlsIO.NET.dll
Syntax
public sealed class ExcelObjectTextLink : Enum
Fields
Chart
Represents the Chart object text type.
Declaration
public const ExcelObjectTextLink Chart
Field Value
Type |
---|
ExcelObjectTextLink |
DataLabel
Represents the DataLabel object text type.
Declaration
public const ExcelObjectTextLink DataLabel
Field Value
Type |
---|
ExcelObjectTextLink |
DisplayUnit
Represents the DisplayUnit object text type.
Declaration
public const ExcelObjectTextLink DisplayUnit
Field Value
Type |
---|
ExcelObjectTextLink |
XAxis
Represents the XAxis object text type.
Declaration
public const ExcelObjectTextLink XAxis
Field Value
Type |
---|
ExcelObjectTextLink |
YAxis
Represents the YAxis object text type.
Declaration
public const ExcelObjectTextLink YAxis
Field Value
Type |
---|
ExcelObjectTextLink |
ZAxis
Represents the ZAxis object text type.
Declaration
public const ExcelObjectTextLink ZAxis
Field Value
Type |
---|
ExcelObjectTextLink |