Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / SheetStyleProperty Class / CanFocus Field


In This Topic
    CanFocus Field
    In This Topic
    Represents the CanFocus property (index of 13) for the CanFocus setting of the sheet style.
    Syntax
    'Declaration
     
    
    Public Shared ReadOnly CanFocus As SheetStyleProperty
    'Usage
     
    
    Dim value As SheetStyleProperty
     
    value = SheetStyleProperty.CanFocus
    public static readonly SheetStyleProperty CanFocus
    Remarks
    The combo box, button, text, hyperlink, radio button, and check box cells can still be edited if you set the CanFocus property to False. If you do not want the user to edit these cells, you will need to make the cell readonly.
    See Also