Table of Contents

ExcelFile.GetWhatIfTableList Method

Returns a list of the upper cells of the What-if tables in the page. You can then use GetWhatIfTable to get the definition of each one.

Syntax

Namespace: FlexCel.Core

public abstract TCellAddress[] GetWhatIfTableList()

See also