Aspose::Cells::ReferredArea class

ReferredArea class

Represents a referred area by the formula.

class ReferredArea

Methods

MethodDescription
GetEndColumn()The end column of the area.
GetEndRow()The end row of the area.
GetExternalFileName()Get the external file name if this is an external reference.
GetSheetName()Indicates which sheet this reference is in.
GetStartColumn()The start column of the area.
GetStartRow()The start row of the area.
IsArea()Indicates whether this is an area.
IsExternalLink()Indicates whether this is an external link.
IsNull() constChecks whether the implementation object is nullptr.
explicit operator bool() constoperator bool()
operator=(const ReferredArea& src)operator=
ReferredArea(ReferredArea_Impl* impl)Constructs from an implementation object.
ReferredArea(const ReferredArea& src)Copy constructor.
ToString()Returns the simple string representation of this area.
~ReferredArea()Destructor.

Fields

FieldDescription
_implThe implementation object.

See Also