[]
        
(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
object
CalcReference
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()

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

System.Collections.Generic.IEnumerable<T><IRange>

The range collection.

GetValues()

Get the values of all ranges.

public object GetValues()

Returns

object

The values of all ranges.