LoadFilter.SheetsInLoadingOrder

LoadFilter.SheetsInLoadingOrder property

Specifies the sheets(indices) and order to be loaded. Default is null, that denotes to load all sheets in the default order in template file. If not null and some sheet’s index is not in the returned array, then the sheet will not be loaded.

public virtual int[] SheetsInLoadingOrder { get; }

See Also