Column Class

Represents a column in a table.
Inheritance Hierarchy

Namespace:  Aspose.Slides
Assembly:  Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntax
public sealed class Column : CellCollection, 
	IColumn, ICellCollection, ISlideComponent, IPresentationComponent, IGenericCollection<ICell>, 
	IEnumerable<ICell>, IEnumerable, ICollection, IBulkTextFormattable

The Column type exposes the following members.

Properties
  NameDescription
Public propertyColumnFormat
Returns the ColumnFormat object that contains formatting properties for this column. Read-only IColumnFormat.
Public propertyCount
Returns the number of cells in a collection. Read-only Int32.
(Inherited from CellCollection.)
Public propertyIsSynchronized
Returns a value indicating whether access to the collection is synchronized (thread-safe). Read-only Boolean.
(Inherited from CellCollection.)
Public propertyItem
Returns a cell by it's position. Read-only Cell.
(Inherited from CellCollection.)
Public propertyPresentation
Returns the parent presentation of a CellCollection. Read-only IPresentation.
(Inherited from CellCollection.)
Public propertySlide
Returns the parent slide of a CellCollection. Read-only IBaseSlide.
(Inherited from CellCollection.)
Public propertySyncRoot
Returns a synchronization root. Read-only Object.
(Inherited from CellCollection.)
Public propertyWidth
Returns or sets the width of a column. Read/write Double.
Methods
  NameDescription
Public methodCopyTo
Copies all elements from the collection to the specified array.
(Inherited from CellCollection.)
Public methodEquals (Inherited from Object.)
Public methodGetEnumerator
Returns an enumerator that iterates through the collection.
(Inherited from CellCollection.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodSetTextFormat(IParagraphFormat)
Sets defined paragraph format properties to all column cells' paragraphs.
Public methodSetTextFormat(IPortionFormat)
Sets defined portion format properties to all column cells' portions.
Public methodSetTextFormat(ITextFrameFormat)
Sets defined text frame format properties to all column cells' text frames.
Public methodToString (Inherited from Object.)
See Also