Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Description

Excerpt

Linked to Source is an Excel feature that specifies if the number format should be taken from the cell containing the data.

Returns whether the axis number format is linked to source. If an object is linked to source, then its number format is taken from the cell containing the source data.

Signature
C#
C#

  public boolean LinkedToSource{ get; }

Signature
vb.net
vb.net


Public ReadOnly Property LinkedToSource() As Boolean

...