XlsObject Methods |
The XlsObject type exposes the following members.
| Name | Description | |
|---|---|---|
|
|
AddReference |
Increase the quantity of reference. User must use this method when
new wrapper on object is created or reference on object stored.
|
|
|
CheckDisposed |
Checks whether object was disposed and throws exception if it was.
|
|
|
Dispose |
Dispose object and free resources.
|
|
|
Equals |
Determines whether the specified object is equal to the current object.
(Inherited from
Object
.)
|
|
|
Finalize |
Destructor. Call dispose method of current object.
(Overrides
Object
Finalize
.)
|
|
|
FindParent(Type) |
This method is used to find parent with specific type.
|
|
|
FindParent( Type ) |
Find parent of object.
|
|
|
FindParent(Object, Type) |
This method is used to find parent with specific type.
|
|
|
FindParent(Type, Boolean) |
This method is used to find parent with specific type.
|
|
|
FindParent(Object, Type, Boolean) |
This method is used to find parent with specific type.
|
|
|
FindParents |
Finds parent objects.
|
|
|
GetHashCode |
Serves as the default hash function.
(Inherited from
Object
.)
|
|
|
GetType |
Gets the
Type
of the current instance.
(Inherited from
Object
.)
|
|
|
MemberwiseClone |
Creates a shallow copy of the current
Object
.
(Inherited from
Object
.)
|
|
|
OnDispose |
Method which can be overriden by users to take any specific actions when
object is disposed.
|
|
|
ReleaseReference |
Decrease quantity of Reference. User must call this method
when freeing resources.
|
|
|
SetParent |
Sets parent of the object.
|
|
|
ToString |
Returns a string that represents the current object.
(Inherited from
Object
.)
|