com.aspose.cells
Class ReferredArea

java.lang.Object
    extended by com.aspose.cells.ReferredArea

public class ReferredArea 
extends java.lang.Object

Represents a referred objcet by the formula.

Property Getters/Setters Summary
intgetEndColumn()
           The end column of the area.
intgetEndRow()
           The end row of the area.
java.lang.StringgetExternalFileName()
           this.KeepedRels = source.KeepedRels;
booleanisArea()
           Indicates whether this is an area.
booleanisExternalLink()
           Indicates whether this is an external link.
java.lang.StringgetSheetName()
           Indicates which sheet this is in
intgetStartColumn()
           The start column of the area.
intgetStartRow()
           The start row of the area.
 

Property Getters/Setters Detail

isExternalLink

public boolean isExternalLink()
Indicates whether this is an external link.

getExternalFileName

public java.lang.String getExternalFileName()
this.KeepedRels = source.KeepedRels;

getSheetName

public java.lang.String getSheetName()
Indicates which sheet this is in

isArea

public boolean isArea()
Indicates whether this is an area. If this is not an area, only StartRow and StartColumn effect.

getEndColumn

public int getEndColumn()
The end column of the area.

getStartColumn

public int getStartColumn()
The start column of the area.

getEndRow

public int getEndRow()
The end row of the area.

getStartRow

public int getStartRow()
The start row of the area.

See Also:
          Aspose.Cells Documentation - the home page for the Aspose.Cellss Product Documentation.
          Aspose.Cells Support Forum - our preferred method of support.