'Declaration
<System.ComponentModel.CategoryAttribute("Behavior")> <System.ComponentModel.DescriptionAttribute("Gets/sets the maximum ordinal to which the layout can expand. Only applicable if ConstrainMode is set to Ordinal.")> <System.ComponentModel.DefaultValueAttribute(5)> Public Property MaxOrdinal As System.Integer
'Usage
Dim instance As NConstrainedCellsLayout Dim value As System.Integer instance.MaxOrdinal = value value = instance.MaxOrdinal
[System.ComponentModel.Category("Behavior")] [System.ComponentModel.Description("Gets/sets the maximum ordinal to which the layout can expand. Only applicable if ConstrainMode is set to Ordinal.")] [System.ComponentModel.DefaultValue(5)] public System.int MaxOrdinal {get; set;}