GridName
Inheritance: java.lang.Object
public class GridName
Encapsulates the object that represents a name object.
Methods
Method | Description |
---|---|
equals(Object arg0) | |
getClass() | |
getRefersTo() | Returns or sets the formula that the name is defined to refer to, beginning with an equal sign. |
getSheetIndex() | Indicates this name belongs to Workbook or Worksheet. 0 = Global name, otherwise index to sheet (one-based) |
getText() | Gets the name text of the object. |
hashCode() | |
notify() | |
notifyAll() | |
setRefersTo(String value) | Returns or sets the formula that the name is defined to refer to, beginning with an equal sign. |
setSheetIndex(int value) | Indicates this name belongs to Workbook or Worksheet. 0 = Global name, otherwise index to sheet (one-based) |
setText(String value) | Gets the name text of the object. |
toString() | Returns a string represents the current Range object. |
wait() | |
wait(long arg0) | |
wait(long arg0, int arg1) |
equals(Object arg0)
public boolean equals(Object arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | java.lang.Object |
Returns: boolean
getClass()
public final native Class<?> getClass()
Returns: java.lang.Class
getRefersTo()
public String getRefersTo()
Returns or sets the formula that the name is defined to refer to, beginning with an equal sign.
Returns: java.lang.String
getSheetIndex()
public int getSheetIndex()
Indicates this name belongs to Workbook or Worksheet. 0 = Global name, otherwise index to sheet (one-based)
Returns: int
getText()
public String getText()
Gets the name text of the object.
Returns: java.lang.String
hashCode()
public native int hashCode()
Returns: int
notify()
public final native void notify()
notifyAll()
public final native void notifyAll()
setRefersTo(String value)
public void setRefersTo(String value)
Returns or sets the formula that the name is defined to refer to, beginning with an equal sign.
Parameters:
Parameter | Type | Description |
---|---|---|
value | java.lang.String |
setSheetIndex(int value)
public void setSheetIndex(int value)
Indicates this name belongs to Workbook or Worksheet. 0 = Global name, otherwise index to sheet (one-based)
Parameters:
Parameter | Type | Description |
---|---|---|
value | int |
setText(String value)
public void setText(String value)
Gets the name text of the object.
Parameters:
Parameter | Type | Description |
---|---|---|
value | java.lang.String |
toString()
public String toString()
Returns a string represents the current Range object.
Returns: java.lang.String -
wait()
public final void wait()
wait(long arg0)
public final native void wait(long arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | long |
wait(long arg0, int arg1)
public final void wait(long arg0, int arg1)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | long | |
arg1 | int |