condformatcollectionwrapper-ag凯发旗舰厅
com.spire.xls.core.spreadsheet.collections
class condformatcollectionwrapper
java.lang.object
com.spire.xls.core.spreadsheet.commonwrapper
com.spire.xls.core.spreadsheet.collections.condformatcollectionwrapper
- all implemented interfaces:
- iconditionalformats, ioptimizedupdate, java.lang.iterable
- direct known subclasses:
- conditionalformats
public class condformatcollectionwrapper
- extends commonwrapper
- implements iconditionalformats
wrapper over conditional format collection for range.
method summary |
void |
beginupdate()
this method should be called before several updates to the object will take place. |
void |
endupdate()
this method should be called after several updates to the object took place. |
condformatcollectionwrapper
public condformatcollectionwrapper(icombinedrange range)
beginupdate
public void beginupdate()
- this method should be called before several updates to the object will take place.
- specified by:
beginupdate
in interface ioptimizedupdate
- overrides:
beginupdate
in class commonwrapper
endupdate
public void endupdate()
- this method should be called after several updates to the object took place.
- specified by:
endupdate
in interface ioptimizedupdate
- overrides:
endupdate
in class commonwrapper