Gets or sets whether this XLStyle causes cell contents to shrink to fit.

Namespace:  C1.Silverlight.Excel
Assembly:  C1.Silverlight.Excel.5 (in C1.Silverlight.Excel.5.dll)

Syntax

C#
public bool ShrinkToFit {
	[CompilerGeneratedAttribute]
	get;
	[CompilerGeneratedAttribute]
	set;
 }
Visual Basic
Public Property ShrinkToFit As Boolean
	<CompilerGeneratedAttribute> _
	Get
	<CompilerGeneratedAttribute> _
	Set

Remarks

Cells that do shrink to fit if content more that cell width.

See Also