com.spire.xls.core.spreadsheet
Class CommonWrapper
java.lang.Object
com.spire.xls.core.spreadsheet.CommonWrapper
- All Implemented Interfaces:
- IOptimizedUpdate
- Direct Known Subclasses:
- AddtionalFormatWrapper, CondFormatCollectionWrapper, ConditionalFormatWrapper, FontWrapper, XlsValidationWrapper
public class CommonWrapper
- extends java.lang.Object
- implements IOptimizedUpdate
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. |
CommonWrapper
public CommonWrapper()
beginUpdate
public void beginUpdate()
- This method should be called before several updates to the object will take place.
- Specified by:
beginUpdate
in interface IOptimizedUpdate
endUpdate
public void endUpdate()
- This method should be called after several updates to the object took place.
- Specified by:
endUpdate
in interface IOptimizedUpdate