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


In This Topic
    Static Property (EditBaseCellType)
    In This Topic
    Gets or sets whether the cell is static, which prohibits user interaction.
    Syntax
    'Declaration
     
    
    Public Property Static As Boolean
    'Usage
     
    
    Dim instance As EditBaseCellType
    Dim value As Boolean
     
    instance.Static = value
     
    value = instance.Static
    public bool Static {get; set;}
    See Also