Table of Contents

TXlsNamedRange.NameSheetIndex Property

The sheet index for the name (1 based). A named range can have the same name than other as long as they are on different sheets. The default value(0) means a global named range, not tied to any specific sheet.

Syntax

Namespace: FlexCel.Core

public Int32 NameSheetIndex { get; set; }

See also