[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.CalcReference

Class CalcReference

Namespace
GrapeCity.Documents.Excel
Assembly
GcDocs.Excel.dll

Represents an area in a spreadsheet.

public class CalcReference
Inheritance
CalcReference
Inherited Members

Properties

Is3DReference

If the reference is 3d reference.

public bool Is3DReference { get; }

Property Value

bool

IsExternalReference

If the reference is in other workbook.

public bool IsExternalReference { get; }

Property Value

bool

RangeCount

Gets the count of the ranges in current area.

public int RangeCount { get; }

Property Value

int

The range count.

Methods

GetRanges()

Get the all IRange.

public IEnumerable<IRange> GetRanges()

Returns

IEnumerable<IRange>

The range collection.

GetValues()

Get the values of all ranges.

public object GetValues()

Returns

object

The values of all ranges.