Determines whether the cell should be automatically resized to fit text size.

Namespace: Arctorus.Documents.Tables
Assembly: Arctorus.Documents (in Arctorus.Documents.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public bool ShrinkToFit { get; set; }
Visual Basic
Public Property ShrinkToFit As Boolean
	Get
	Set
Visual C++
public:
property bool ShrinkToFit {
	bool get ();
	void set (bool value);
}

See Also