'Declaration
<System.ComponentModel.CategoryAttribute("Behavior")> <System.ComponentModel.DescriptionAttribute("Gets/sets whether the cells in the table must have an equal size. By default set to false.")> Public Property EqualCellsSize As System.Boolean
'Usage
Dim instance As NTableLayout Dim value As System.Boolean instance.EqualCellsSize = value value = instance.EqualCellsSize
[System.ComponentModel.Category("Behavior")] [System.ComponentModel.Description("Gets/sets whether the cells in the table must have an equal size. By default set to false.")] public System.bool EqualCellsSize {get; set;}