CellRange Class

This class represents a range of table cells.
Inheritance Hierarchy
SystemObject
  Teigha.DatabaseServicesCellRange
    Teigha.DatabaseServicesCell
    Teigha.DatabaseServicesColumn
    Teigha.DatabaseServicesRow

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

The CellRange type exposes the following members.

Constructors
  Name Description
Protected method CellRange Initializes a new instance of the CellRange class
Top
Properties
Methods
  Name Description
Public method ClearStyleOverrides Clears the table style overrides from the cells.
Public methodStatic member Create Creates a range of cells in a table.
Public method DeleteContent Deletes content from the cells.
Public method Equals Checks objects for equality.
(Overrides ObjectEquals(Object))
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 GetCustomData Returns the custom data value of the currently enumerated cell.
Public method GetDataLink Returns the data links for this range of cells.
Public method GetEnumerator Returns the enumerator for this range of cells.
Public method GetHashCode Retrieves the object hash code.
(Overrides ObjectGetHashCode)
Public method GetStyleOverrides Returns the cell style overrides for this cell range.
Public method GetType Gets the Type of the current instance.
(Inherited from Object)
Public method IEnumerableGetEnumerator Returns the enumerator for this range of cells.
Protected method MemberwiseClone Creates a shallow copy of the current Object.
(Inherited from Object)
Public method SetCustomData Sets the custom data value for this cell range.
Public method SetDataLink Sets the data link for this cell range.
Public method ToString Returns a string that represents the current object.
(Inherited from Object)
Top
Operators
  Name Description
Public operatorStatic member Equality(CellRange, CellRange) Equality operator for the CellRange class. Checks whether cell ranges are equal.
Public operatorStatic member Inequality(CellRange, CellRange) Inequality operator for the CellRange class. Checks whether cell ranges are not equal.
Top
See Also

©  Bricsys NV. All rights reserved.