Spread Windows Forms 17
FarPoint.Excel Assembly / FarPoint.Excel Namespace / BoundSheet8 Class / hsState Property


In This Topic
    hsState Property
    In This Topic
    Syntax
    'Declaration
     
    
    Public Property hsState As Byte
    'Usage
     
    
    Dim instance As BoundSheet8
    Dim value As Byte
     
    instance.hsState = value
     
    value = instance.hsState
    public byte hsState {get; set;}
    See Also