Cell Class

This class represents table cells.
Inheritance Hierarchy
SystemObject
  Teigha.DatabaseServicesCellRange
    Teigha.DatabaseServicesCell

Namespace: Teigha.DatabaseServices
Assembly: TD_Mgd (in TD_Mgd.dll) Version: 24.2.0.0
Syntax
public class Cell : CellRange

The Cell type exposes the following members.

Constructors
  Name Description
Public method Cell Constructor for the Cell class. Creates a cell in the specified table at the given row and column.
Top
Properties
  Name Description
Public property Alignment
(Inherited from CellRange)
Public property AttachmentPoint  
Public property BackgroundColor
(Inherited from CellRange)
Public property BlockTableRecordId  
Public property Borders
(Inherited from CellRange)
Public property BottomRight
(Inherited from CellRange)
Public property BottomRightPlusOne
(Inherited from CellRange)
Public property BottomRow
(Inherited from CellRange)
Public property CanDeleteColumns
(Inherited from CellRange)
Public property CanDeleteRows
(Inherited from CellRange)
Public property CanInsertColumn
(Inherited from CellRange)
Public property CanInsertRow
(Inherited from CellRange)
Public property CellType  
Public property Column  
Public property ContentColor
(Inherited from CellRange)
Public property ContentLayout
(Inherited from CellRange)
Public property Contents  
Public property ContentTypes  
Public property DataFormat
(Inherited from CellRange)
Public property DataLink  
Public property DataType
(Inherited from CellRange)
Public property FieldId  
Public property IsBackgroundColorNone
(Inherited from CellRange)
Public property IsContentEditable
(Inherited from CellRange)
Public property IsEmpty
(Inherited from CellRange)
Public property IsFormatEditable
(Inherited from CellRange)
Public property IsLinked
(Inherited from CellRange)
Public property IsMergeAllEnabled
(Inherited from CellRange)
Public property IsMerged
(Inherited from CellRange)
Public property IsNull
(Inherited from CellRange)
Public property IsSingleCell
(Inherited from CellRange)
Public property Item
(Inherited from CellRange)
Public property LeftColumn
(Inherited from CellRange)
Public property Parent Property that represents a parent object (table) of this cell range.
(Inherited from CellRange)
Public property ParentTable
(Inherited from CellRange)
Public property RightColumn
(Inherited from CellRange)
Public property Row  
Public property State
(Inherited from CellRange)
Public property Style
(Inherited from CellRange)
Public property TextHeight
(Inherited from CellRange)
Public property TextString  
Public property TextStyleId
(Inherited from CellRange)
Public property ToolTip  
Public property TopLeft
(Inherited from CellRange)
Public property TopRow
(Inherited from CellRange)
Public property Value  
Top
Methods
  Name Description
Public method ClearStyleOverrides Clears the table style overrides from the cells.
(Inherited from CellRange)
Public method DeleteContent Deletes content from the cells.
(Inherited from CellRange)
Public method Equals Checks objects for equality.
(Inherited from CellRange)
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Public method GetBlockAttributeValue Returns the attribute value for the specified object identifier for this cell.
Public method GetCustomData Returns the custom data value of the currently enumerated cell.
(Inherited from CellRange)
Public method GetDataLink Returns the data links for this range of cells.
(Inherited from CellRange)
Public method GetDataLinkRange Returns the data link range of cells.
Public method GetEnumerator Returns the enumerator for this range of cells.
(Inherited from CellRange)
Public method GetExtents Returns the cell extents for this cell as a collection of 3D points.
Public method GetHashCode Retrieves the object hash code.
(Inherited from CellRange)
Public method GetMergeRange Returns the merge range of this cell. The method returns an invalid merge range if this cell is not part of the merge range.
Public method GetStyleOverrides Returns the cell style overrides for this cell range.
(Inherited from CellRange)
Public method GetTextString Returns the text string of the cell according to the provided formatting.
Public method GetType Gets the Type of the current instance.
(Inherited from Object)
Public method GetValue Returns the value of this cell.
Public method IEnumerableGetEnumerator Returns the enumerator for this range of cells.
(Inherited from CellRange)
Protected method MemberwiseClone Creates a shallow copy of the current Object.
(Inherited from Object)
Public method RemoveDataLink Removes the data link of this cell.
Public method ResetValue Resets the value in this cell.
Public method SetBlockAttributeValue Sets the attribute value for the specified attribute definition identifier.
Public method SetCustomData Sets the custom data value for this cell range.
(Inherited from CellRange)
Public method SetDataLink Sets the data link for this cell range.
(Inherited from CellRange)
Public method SetValue Sets the attribute value for the specified attribute definition identifier.
Public method ToString Returns a string that represents the current object.
(Inherited from Object)
Public method UpdateDataLink Updates the data link of the cell.
Top
See Also

©  Bricsys NV. All rights reserved.