Back to Devexpress

DefinedNameEventArgsBase.ScopeIndex Property

officefileapi-devexpress-dot-xtraspreadsheet-dot-definednameeventargsbase-789091f0.md

latest1.4 KB
Original Source

DefinedNameEventArgsBase.ScopeIndex Property

Gets the index identifying the scope of the Defined Name.

Namespace : DevExpress.XtraSpreadsheet

Assembly : DevExpress.Spreadsheet.v25.2.Core.dll

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

csharp
public int ScopeIndex { get; }
vb
Public ReadOnly Property ScopeIndex As Integer

Property Value

TypeDescription
Int32

An integer that equals 0 if the scope is the entire workbook or equals the one-based index of a worksheet in a workbook - the Worksheet.Index value +1.

|

See Also

DefinedNameEventArgsBase Class

DefinedNameEventArgsBase Members

DevExpress.XtraSpreadsheet Namespace