Spread Windows Forms 17
FarPoint.Excel Assembly / FarPoint.Excel Namespace / AreaFormat Class / fls Property


In This Topic
    fls Property
    In This Topic
    Syntax
    'Declaration
     
    
    Public Property fls As UShort
    'Usage
     
    
    Dim instance As AreaFormat
    Dim value As UShort
     
    instance.fls = value
     
    value = instance.fls
    public ushort fls {get; set;}
    See Also