GridName

Inheritance: java.lang.Object

public class GridName

Encapsulates the object that represents a name object.

Methods

MethodDescription
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()Gets the range if this name refers to a range.
wait()
wait(long arg0)
wait(long arg0, int arg1)

equals(Object arg0)

public boolean equals(Object arg0)

Parameters:

ParameterTypeDescription
arg0java.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:

ParameterTypeDescription
valuejava.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:

ParameterTypeDescription
valueint

setText(String value)

public void setText(String value)

Gets the name text of the object.

Parameters:

ParameterTypeDescription
valuejava.lang.String

toString()

public String toString()

Gets the range if this name refers to a range.

Returns: java.lang.String - The range.

wait()

public final void wait()

wait(long arg0)

public final native void wait(long arg0)

Parameters:

ParameterTypeDescription
arg0long

wait(long arg0, int arg1)

public final void wait(long arg0, int arg1)

Parameters:

ParameterTypeDescription
arg0long
arg1int