Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / RichTextCellType Class / Static Property


In This Topic
    Static Property (RichTextCellType)
    In This Topic
    Gets or sets whether text can be selected.
    Syntax
    'Declaration
     
    
    Public Property Static As Boolean
    'Usage
     
    
    Dim instance As RichTextCellType
    Dim value As Boolean
     
    instance.Static = value
     
    value = instance.Static
    public bool Static {get; set;}
    See Also