ActiveXLS v6.4.0 API Documentation

ActiveXLS
Class ExcelOptions

System.Object
  extended byActiveXLS.ExcelOptions

public class ExcelOptions
extends System.Object

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

ExcelOptions

public ExcelOptions()
Defines an instance of the ExcelOption class.

Method Detail

IsR1C1ReferenceStyle

public bool IsR1C1ReferenceStyle()
Returns the R1C1 reference style of the document.

Returns:
the R1C1 reference style of the document
See Also:
setR1C1ReferenceStyle(bool)

setR1C1ReferenceStyle

public void setR1C1ReferenceStyle(bool isR1C1ReferenceStyle)
Sets the R1C1 reference style of the document.

Parameters:
isR1C1ReferenceStyle - the R1C1 reference style of the document
See Also:
IsR1C1ReferenceStyle()

CalculateFormulas

public bool CalculateFormulas()
Returns the flag that stores if the formulas are calculated when the document is saved.

Returns:
true if the formulas are calculated when the document is saved, false otherwise
See Also:
setCalculateFormulas(bool)

setCalculateFormulas

public void setCalculateFormulas(bool calculateFormulas)
Sets the flag that stores if the formulas are calculated when the document is saved.

Parameters:
calculateFormulas - true if the formulas are calculated when the document is saved, false otherwise
See Also:
CalculateFormulas()

Clone

public ExcelOptions Clone()
Creates and returns a copy of this object.

Returns:
a clone of this instance.

Copyright 2009 On Time Computing Solutions