Table of Contents

Class ReferRangeArea

Namespace
Spire.Xls
Assembly
Spire.XLS.dll
public class ReferRangeArea
Inheritance
ReferRangeArea
Inherited Members

Constructors

ReferRangeArea()

public ReferRangeArea()

Properties

EndColumn

public int EndColumn { get; }

Property Value

int

EndRow

public int EndRow { get; }

Property Value

int

ExternalFileName

public string ExternalFileName { get; }

Property Value

string
public bool IsExternalLink { get; }

Property Value

bool

SheetName

public string SheetName { get; }

Property Value

string

StartColumn

public int StartColumn { get; }

Property Value

int

StartRow

public int StartRow { get; }

Property Value

int