接口 IAutoCorrect
public interface IAutoCorrect
Contains AutoCorrect attributes.
-
方法概要
修饰符和类型方法说明boolean
Affects the creation of calculated columns created by automatic fill-down lists.void
setAutoFillFormulasInLists
(boolean value) Affects the creation of calculated columns created by automatic fill-down lists.
-
方法详细资料
-
getAutoFillFormulasInLists
boolean getAutoFillFormulasInLists()Affects the creation of calculated columns created by automatic fill-down lists. -
setAutoFillFormulasInLists
void setAutoFillFormulasInLists(boolean value) Affects the creation of calculated columns created by automatic fill-down lists.
-