TableColumn.LockedWidth Property

Aspose.Note for .NET API

TableColumnLockedWidth Property

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.

Namespace:  Aspose.Note
Assembly:  Aspose.Note (in Aspose.Note.dll) Version: 18.1
Syntax
public bool LockedWidth { get; set; }
Public Property LockedWidth As Boolean
	Get
	Set
public:
property bool LockedWidth {
	bool get ();
	void set (bool value);
}
member LockedWidth : bool with get, set

Property Value

Type: Boolean
See Also