MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Extensibility.Rendering.Components.Table Namespace / ITableRow Interface / CanShrink Property

In This Topic
CanShrink Property (ITableRow)
In This Topic
Gets a value indicating whether the row contains only cells with CanShrink set to true.
Syntax
'Declaration
 
ReadOnly Property CanShrink As Boolean
 

Property Value

A System.Boolean value. true if the row contains only cells with CanShrink set to true; otherwise, false.
See Also