API Reference

Class

LegacyXlsChartObjectLink

Namespace OfficeIMO.Excel.LegacyXls.Model
Assembly OfficeIMO.Excel
Modifiers sealed

Describes shallow metadata decoded from a chart ObjectLink record.

Inheritance

  • Object
  • LegacyXlsChartObjectLink

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Returned or exposed by

Accepted by parameters

Properties

public UInt16 LinkedObject { get; } #

Gets the raw linked chart object identifier.

public String LinkedObjectName { get; } #

Gets the decoded linked chart object name.

public UInt16 SeriesIndex { get; } #

Gets the zero-based series index for series/data-point links.

public UInt16 DataPointIndex { get; } #

Gets the zero-based data-point index, or 0xFFFF when the link targets a whole series.