GrapeCity.Windows.SpreadSheet.UI Namespace > GcSpreadSheet Class : CanEditOverflow Property |
'Declaration <System.ComponentModel.DefaultValueAttribute()> <System.ComponentModel.CategoryAttribute("Spread Workbook")> Public Property CanEditOverflow As System.Boolean
'Usage Dim instance As GcSpreadSheet Dim value As System.Boolean instance.CanEditOverflow = value value = instance.CanEditOverflow
[System.ComponentModel.DefaultValue()] [System.ComponentModel.Category("Spread Workbook")] public System.bool CanEditOverflow {get; set;}
gcSpreadSheet1.AutoRecalculation = true; gcSpreadSheet1.AutoRefresh = true; gcSpreadSheet1.CanEditOverflow = true;
GcSpreadSheet1.AutoRecalculation = True GcSpreadSheet1.AutoRefresh = True GcSpreadSheet1.CanEditOverflow = True
Target Platforms: Windows 7, Windows 8 Desktop, Windows Vista SP1 or later, Windows Server 2000, Windows 2000 Professional (SP4), Windows XP (SP2), Windows 2008, Windows 2003 Server (SP1)