Assign(RangeCollection)
|
Copies settings of the specified object to the current object.
|
BeginUpdate()
|
Locks the BaseObject object by disallowing visual updates until the EndUpdate or CancelUpdate method is called.
|
CancelUpdate()
|
Unlocks the BaseObject object after it has been locked by the BeginUpdate method, without causing an immediate visual update.
|
Dispose()
|
Disposes the BaseObject object.
|
EndUpdate()
|
Unlocks the BaseObject object after a call to the BeginUpdate method and causes an immediate visual update.
|
Equals(Object, Object)
static
|
Determines whether the specified object instances are considered equal.
|
Equals(Object)
|
Determines whether the specified object is equal to the current object.
|
GetHashCode()
|
Serves as the default hash function.
|
GetType()
|
Gets the Type of the current instance.
|
IsDifferFrom(RangeCollection)
|
Returns whether the current object has different settings than the specified one.
|
MemberwiseClone()
protected
|
Creates a shallow copy of the current Object.
|
ReferenceEquals(Object, Object)
static
|
Determines whether the specified Object instances are the same instance.
|
ToString()
|
Returns a string that represents the current object.
|