Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / IStaticSupport Interface / Static Property


In This Topic
    Static Property (IStaticSupport)
    In This Topic
    Gets or sets whether the cell type is static.
    Syntax
    'Declaration
     
    
    Property Static As Boolean
    'Usage
     
    
    Dim instance As IStaticSupport
    Dim value As Boolean
     
    instance.Static = value
     
    value = instance.Static
    bool Static {get; set;}
    See Also