Cell Object base
Namespace: Spire.Spreadsheet.FormsAssembly: Spire.Spreadsheet (in Spire.Spreadsheet.dll) Version: 3.7.1.8020
Syntax
| C# | Visual Basic | Visual C++ | F# |
public class CellObjectBase : IDisposable
Public Class CellObjectBase Implements IDisposable
public ref class CellObjectBase : IDisposable
type CellObjectBase = class interface IDisposable end
Members
| All Members | Constructors | Fields | Properties | Methods |
| Member | Description | |
|---|---|---|
| CellObjectBase(IWorksheet, Int32, Int32) | Initializes a new instance of the CellObjectBase class | |
| _col | ||
| _row | ||
| _worksheet | ||
| AddReference()()()() | ||
| CheckDisposed()()()() | ||
| Clone()()()() |
Clone ths object.
| |
| Dispose()()()() |
Dispose object and free resources.
| |
| Equals(Object) | (Inherited from Object.) | |
| Finalize()()()() |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
| FindParent(Type) | ||
| FindParent(array<Type>[]()[][]) | ||
| FindParent(Object, Type) | ||
| FindParent(Type, Boolean) | ||
| FindParent(Object, Type, Boolean) | ||
| FindParents(array<Type>[]()[][]) | ||
| GetHashCode()()()() |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetType()()()() |
Gets the Type of the current instance.
(Inherited from Object.) | |
| m_bIsDisposed | ||
| 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.
| |
| Parent |
Reference to Parent object. Read-only.
| |
| ReferenceCount | ||
| ReleaseReference()()()() | ||
| SetParent(Object) | ||
| ToString()()()() | (Inherited from Object.) |