Package com.grapecity.documents.excel
Interface IAutoCorrect
public interface IAutoCorrect
Contains AutoCorrect attributes.
-
Method Summary
Modifier and TypeMethodDescriptionbooleanGets whether the creation of calculated columns created by automatic fill-down lists.voidsetAutoFillFormulasInLists(boolean value) Sets whether the creation of calculated columns created by automatic fill-down lists.
-
Method Details
-
getAutoFillFormulasInLists
boolean getAutoFillFormulasInLists()Gets whether the creation of calculated columns created by automatic fill-down lists. -
setAutoFillFormulasInLists
void setAutoFillFormulasInLists(boolean value) Sets whether the creation of calculated columns created by automatic fill-down lists.
-