TableColumn Class

Represents a table column.
Inheritance Hierarchy
SystemObject
  Aspose.NoteTableColumn

Namespace:  Aspose.Note
Assembly:  Aspose.Note (in Aspose.Note.dll) Version: 20.3
Syntax
public sealed class TableColumn

The TableColumn type exposes the following members.

Constructors
  NameDescription
Public methodTableColumn
Initializes a new instance of the TableColumn class
Properties
  NameDescription
Public propertyLockedWidth
Gets or sets a value indicating whether a table column has locked width and does not resize automatically to fit table content. By default, column width is not locked.
Public propertyWidth
Gets or sets the width.
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodToString (Inherited from Object.)
See Also