TableColumn Class

Aspose.Note for .NET API

TableColumn Class

Represents a table column.
Inheritance Hierarchy
SystemObject  Aspose.NoteTableColumn

Namespace:  Aspose.Note
Assembly:  Aspose.Note (in Aspose.Note.dll) Version: 18.1
Syntax
public sealed class TableColumn
Public NotInheritable Class TableColumn
public ref class TableColumn sealed
[<SealedAttribute>]
type TableColumn =  class end

The TableColumn type exposes the following members.

Constructors
  NameDescription
Public methodTableColumn
Initializes a new instance of the TableColumn class
Top
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.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also