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