|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.spire.presentation.charts.entity.CellRange
public class CellRange
Represents cell range for chart data
| Constructor Summary | |
|---|---|
CellRange(CellXls internalCell)
|
|
| Method Summary | |
|---|---|
boolean |
equals(CellRange cellRange)
Indicates whether the specified |
boolean |
equals(java.lang.Object obj)
Indicates whether the specified |
int |
getColumn()
Gets the column. |
double |
getNumberValue()
Gets number value. |
int |
getRow()
Gets the row. |
java.lang.String |
getText()
Gets string value. |
java.lang.Object |
getValue()
Gets the value. |
int |
getWorksheetIndex()
Gets worksheet Index. |
java.lang.String |
getWorksheetName()
Gets worksheet name. |
int |
hashCode()
Gets a hash code for this instance. |
void |
setNumberValue(double value)
Set number value. |
void |
setText(java.lang.String value)
Set string value |
void |
setValue(java.lang.Object value)
Set the value |
| Constructor Detail |
|---|
public CellRange(CellXls internalCell)
| Method Detail |
|---|
public int getRow()
public int getColumn()
public double getNumberValue()
public void setNumberValue(double value)
value - public java.lang.String getText()
public void setText(java.lang.String value)
value - public java.lang.Object getValue()
public void setValue(java.lang.Object value)
value - public java.lang.String getWorksheetName()
public int getWorksheetIndex()
public boolean equals(CellRange cellRange)
cellRange -
public boolean equals(java.lang.Object obj)
equals in class java.lang.Objectobj -
public int hashCode()
hashCode in class java.lang.Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||