Table of Contents

Interface INamedRange

Namespace
Spire.Xls.Core
Assembly
Spire.XLS.dll
public interface INamedRange : IExcelApplication
Inherited Members

Properties

Index

int Index { get; }

Property Value

int

IsLocal

bool IsLocal { get; }

Property Value

bool

Name

string Name { get; set; }

Property Value

string

NameLocal

string NameLocal { get; set; }

Property Value

string

RefersToRange

IXLSRange RefersToRange { get; set; }

Property Value

IXLSRange

Scope

string Scope { get; }

Property Value

string

Value

string Value { get; set; }

Property Value

string

ValueR1C1

string ValueR1C1 { get; }

Property Value

string

Visible

bool Visible { get; set; }

Property Value

bool

Worksheet

IWorksheet Worksheet { get; }

Property Value

IWorksheet

Methods

Delete()

void Delete()