public abstract class ElementBase<TElement>
where TElement : OpenXmlElement
Public MustInherit Class ElementBase(Of TElement As OpenXmlElement)generic<typename TElement>
where TElement : OpenXmlElement
public ref class ElementBase abstract[<AbstractClassAttribute>]
type ElementBase<'TElement when 'TElement : OpenXmlElement> = class end| ElementBaseTElement | Инициализирует новый экземпляр класса ElementBaseTElement |
| Element | Хранимый элемент Excel |
| Clone | Метод для клонирования хранимого элемента. |
| CloneElement | Метод для клонирования хранимого элемента |
| Equals | Determines whether the specified object is equal to the current object. (Унаследован от Object) |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Унаследован от Object) |
| GetHashCode | Serves as the default hash function. (Унаследован от Object) |
| GetType | Gets the Type of the current instance. (Унаследован от Object) |
| Insert | Метод для вставки элемента. |
| MemberwiseClone | Creates a shallow copy of the current Object. (Унаследован от Object) |
| ParseElement | Метод для получения основных данных из хранимого элемента |
| Remove | Метод для удаления объекта и его элемента |
| ToString | Returns a string that represents the current object. (Унаследован от Object) |
| Update | Метод для обновления позиции элемента в документе Excel |