'Declaration Public Property AllowCellOverflow As Boolean
'Usage Dim instance As SpreadView Dim value As Boolean instance.AllowCellOverflow = value value = instance.AllowCellOverflow
public bool AllowCellOverflow {get; set;}
Property Value
Boolean: true to allow data to overflow into adjacent empty cells in the Spread component; false otherwise