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 it's its number format is the same as it's inputs number formattaken from the cell containing the source data.

Signature
C#
C#


 public boolean LinkedToSource{ get; }

...