接口的使用
com.grapecity.documents.excel.IDisplayFormat
-
com.grapecity.documents.excel中IDisplayFormat的使用
修饰符和类型方法说明IRange.getDisplayFormat()
获取一个DisplayFormat对象,该对象表示指定范围的显示设置。final IDisplayFormat
ReplaceOptions.getReplaceFormat()
获取该方法的替换格式。final IDisplayFormat
FindOptions.getSearchFormat()
获取搜索格式。final IDisplayFormat
ReplaceOptions.getSearchFormat()
获取该方法的搜索格式。修饰符和类型方法说明boolean
RangeFindReplace.FindReplaceImpl.FindMatch.invoke
(IRange range, Object what, String whatString, boolean useContains, boolean matchCase, boolean matchByte, IDisplayFormat searchFormat) boolean
RangePartialClasses.FindReplaceImpl.FindMatch.invoke
(IRange range, Object what, String whatString, boolean useContains, boolean matchCase, boolean matchByte, IDisplayFormat searchFormat) final void
ReplaceOptions.setReplaceFormat
(IDisplayFormat value) 设置方法的替换格式。final void
FindOptions.setSearchFormat
(IDisplayFormat value) 设置搜索格式。final void
ReplaceOptions.setSearchFormat
(IDisplayFormat value) 设置该方法的搜索格式。