|
ActiveXLS v6.4.0 API Documentation | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||||
SUMMARY: NESTED | CONST | CONSTR | METHOD | DETAIL: CONST | CONSTR | METHOD |
System.ObjectActiveXLS.ExcelName
This class stores names with its information like title and formula.
Constructor Summary | |
ExcelName()
Defines an instance of a name. |
|
ExcelName(System.String sNameText,
System.String sRefersTo)
Defines an instance of a name with the specified title and formula. |
Method Summary | |
ExcelName |
Clone()
Creates and returns a copy of this object. |
System.String |
getNameText()
Returns the title of the name. |
System.String |
getRefersTo()
Returns the formula of the range. |
int |
getSheetIndex()
Returns the sheet index of the name. |
bool |
IsBuildInName()
Returns true if the name is a build-in name like print area, print titles. |
bool |
IsHidden()
Returns the hidden setting of the name. |
void |
setBuildInName(bool IsBuildIn)
Internal use only |
void |
setHidden(bool isHidden)
Sets the hidden option of the name. |
void |
setNameText(System.String text)
Sets the title of the name. |
void |
setRefersTo(System.String formula)
Sets the formula of the range. |
void |
setSheetIndex(int SheetIndex)
Internal use only |
Constructor Detail |
public ExcelName()
public ExcelName(System.String sNameText, System.String sRefersTo)
sNameText
- the title of the namesRefersTo
- the formula of the name; it should start with = (an equal sign) and can be any kind of formula recognized by ExcelMethod Detail |
public System.String getNameText()
setNameText(System.String)
public void setNameText(System.String text)
text
- the title of the namegetNameText()
public System.String getRefersTo()
setRefersTo(System.String)
public void setRefersTo(System.String formula)
formula
- the formula of the range. It can be a cell reference or a cell rangegetRefersTo()
public bool IsHidden()
setHidden(bool)
public void setHidden(bool isHidden)
isHidden
- the hidden option of the nameIsHidden()
public int getSheetIndex()
public void setSheetIndex(int SheetIndex)
public bool IsBuildInName()
public void setBuildInName(bool IsBuildIn)
public ExcelName Clone()
|
Copyright 2009 On Time Computing Solutions | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||||
SUMMARY: NESTED | CONST | CONSTR | METHOD | DETAIL: CONST | CONSTR | METHOD |