Table of Contents

ExcelFile.IsLightClone Property

Returns true if this object was created with a LightClone call. Light Cloned objects share the data with another file, and they don't switch the selected sheet in the Excel file when changing ActiveSheet

Syntax

Namespace: FlexCel.Core

public Boolean IsLightClone { get; }

See also