CommonWrapper Class
Common wrapper code. Implements BeginUpdate and EndUpdate methods.
Inheritance
System.Object
CommonWrapper
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.XlsIO.Implementation
Assembly: Syncfusion.XlsIO.Base.dll
Syntax
public class CommonWrapper : IOptimizedUpdate, ICloneParent
Constructors
CommonWrapper()
Declaration
public CommonWrapper()
Properties
BeginCallsCount
Returns number of begin update calls that have no corresponding end update. Read-only.
Declaration
protected int BeginCallsCount { get; }
Property Value
Type |
---|
System.Int32 |
Methods
BeginUpdate()
This method should be called before several updates to the object will take place.
Declaration
public virtual void BeginUpdate()
Clone(Object)
Creates a copy of the current object.
Declaration
public virtual object Clone(object parent)
Parameters
Type | Name | Description |
---|---|---|
System.Object | parent | Parent object for the new object. |
Returns
Type | Description |
---|---|
System.Object | A copy of the current object. |
EndUpdate()
This method should be called after several updates to the object.
Declaration
public virtual void EndUpdate()