|
ActiveXLS v6.4.0 API Documentation | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | CONST | CONSTR | METHOD | DETAIL: CONST | CONSTR | METHOD |
System.ObjectActiveXLS.ExcelOptions
This class stores some of the options of an Excel document, available in the main menu Tools/Options window.
Constructor Summary | |
ExcelOptions()
Defines an instance of the ExcelOption class. |
Method Summary | |
bool |
CalculateFormulas()
Returns the flag that stores if the formulas are calculated when the document is saved. |
ExcelOptions |
Clone()
Creates and returns a copy of this object. |
bool |
IsR1C1ReferenceStyle()
Returns the R1C1 reference style of the document. |
void |
setCalculateFormulas(bool calculateFormulas)
Sets the flag that stores if the formulas are calculated when the document is saved. |
void |
setR1C1ReferenceStyle(bool isR1C1ReferenceStyle)
Sets the R1C1 reference style of the document. |
Constructor Detail |
public ExcelOptions()
Method Detail |
public bool IsR1C1ReferenceStyle()
setR1C1ReferenceStyle(bool)
public void setR1C1ReferenceStyle(bool isR1C1ReferenceStyle)
isR1C1ReferenceStyle
- the R1C1 reference style of the documentIsR1C1ReferenceStyle()
public bool CalculateFormulas()
setCalculateFormulas(bool)
public void setCalculateFormulas(bool calculateFormulas)
calculateFormulas
- true if the formulas are calculated when the document is saved, false otherwiseCalculateFormulas()
public ExcelOptions Clone()
|
Copyright 2009 On Time Computing Solutions | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | CONST | CONSTR | METHOD | DETAIL: CONST | CONSTR | METHOD |