'Declaration <DescriptionAttribute("Indicates if the cell can be the current cell.")> <CategoryAttribute("Behavior")> <ApplyToDesignerAttribute(False)> Public Property CanBeCurrent As Boolean
'Usage Dim instance As Cell Dim value As Boolean instance.CanBeCurrent = value value = instance.CanBeCurrent
[Description("Indicates if the cell can be the current cell.")] [Category("Behavior")] [ApplyToDesigner(false)] public bool CanBeCurrent {get; set;}