Table of Contents

ExcelFile.LinkCount Property

Returns the number of external links for the file. You can access those links with GetLink and SetLink

Syntax

Namespace: FlexCel.Core

public abstract Int32 LinkCount { get; }

See also