Click or drag to resize

TableColumn Class

Represents a table column.
Inheritance Hierarchy
System Object
Spire.Presentation PptObject
Spire.Presentation CellCollection
Spire.Presentation TableColumn

Namespace: Spire.Presentation
Assembly: Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
public sealed class TableColumn : CellCollection

The TableColumn type exposes the following members.

Properties
Name Description
Public property Count
Gets the count of cells in a collection. Read-only Int32 .
(Inherited from CellCollection .)
Public property IsSynchronized
Gets a value indicating whether access to the collection is synchronized (thread-safe).
(Inherited from CellCollection .)
Public property Item
Gets a cell by index. Read-only Cell .
(Inherited from CellCollection .)
Public property Parent
Reference to Parent object. Read-only.
(Inherited from PptObject .)
Public property Presentation
Gets the parent presentation of a CellExCollection. Read-only PresentationPptx .
(Inherited from CellCollection .)
Public property Slide
Gets the parent slide of a CellExCollection. Read-only ActiveSlide .
(Inherited from CellCollection .)
Public property SyncRoot
Gets a synchronization root. Readonly Object .
(Inherited from CellCollection .)
Public property Width
Gets or sets the width of a column. Read/Write Double .
Top
Methods
Name Description
Public method AdjustColumnByTextWidth
adjust column width by text width.
Public method CopyTo
Copies all elements from the collection to the specified array.
(Inherited from CellCollection .)
Public method Dispose
Dispose object and free resources.
(Inherited from PptObject .)
Public method Equals
Determines whether the specified object is equal to the current object.
(Inherited from Object .)
Public method GetEnumerator
Gets an enumerator for all cells which top-left corner belongs to this collection. Each cell returned only once.
(Inherited from CellCollection .)
Public method GetHashCode
Serves as the default hash function.
(Inherited from Object .)
Public method GetType
Gets the Type of the current instance.
(Inherited from Object .)
Public method ToString
Returns a string that represents the current object.
(Inherited from Object .)
Top
See Also